Tilman Hausherr created IMAGING-135:
---------------------------------------
Summary: "Getting started" doesn
Key: IMAGING-135
URL: https://issues.apache.org/jira/browse/IMAGING-135
Project: Commons Imaging
Issue Type: Bug
Components: Documentation
Reporter: Tilman Hausherr
Priority: Minor
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:
{code}
<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>
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)