Uploaded image for project: 'Commons Imaging'
  1. Commons Imaging
  2. IMAGING-135

"Getting started" should get people started

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • Documentation
    • None

    Description

      On "Getting started" the link "download page"
      http://commons.apache.org/imaging/download_imaging.cgi
      does not offer downloads.

      The actual download page is probably
      https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-imaging/1.0-SNAPSHOT/

      It might also be useful to show how to get the lib without building from source:

          <dependencies>
              <dependency>
                  <groupId>org.apache.commons</groupId>
                  <artifactId>commons-imaging</artifactId>
                  <version>1.0-SNAPSHOT</version>                
              </dependency>
          </dependencies>
        
          <repositories>
              <repository>
                  <id>snapshots</id>
                  <url>https://repository.apache.org/content/repositories/snapshots</url>
              </repository>
          </repositories>
      

      Attachments

        Issue Links

          Activity

            People

              britter Benedikt Ritter
              tilman Tilman Hausherr
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: