[
https://issues.apache.org/jira/browse/IMAGING-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260049#comment-14260049
]
Benedikt Ritter commented on IMAGING-135:
-----------------------------------------
I'm wokring on the documentation currently.
> "Getting started" should get people started
> -------------------------------------------
>
> Key: IMAGING-135
> URL: https://issues.apache.org/jira/browse/IMAGING-135
> Project: Commons Imaging
> Issue Type: Bug
> Components: Documentation
> Reporter: Tilman Hausherr
> Assignee: Benedikt Ritter
> 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.3.4#6332)