Actually the documentation exists here =)

http://sis.apache.org/downloads.html

This works for me.

Thanks,
Travis




On Thu, Sep 26, 2013 at 8:06 AM, Adam Estrada <[email protected]> wrote:
> Hey Travis,
>
> Have you tried this? It looks like you may have...what results did you get?
>
> Adam
>
>
> On Thu, Sep 26, 2013 at 7:56 AM, Travis L Pinney 
> <[email protected]>wrote:
>
>> Do we have documentation on including apache-sis in other projects?
>>
>> Example: Include this in pom.xml:
>>
>> ...
>>     <dependency>
>>       <groupId>org.apache.sis.storage</groupId>
>>       <artifactId>sis-storage</artifactId>
>>       <version>0.3</version>
>>     </dependency>
>> ...
>>
>> Ex: Including snapshots:
>>
>> ....
>>     <dependency>
>>       <groupId>org.apache.sis.storage</groupId>
>>       <artifactId>sis-shapefile</artifactId>
>>       <version>0.4-SNAPSHOT</version>
>>     </dependency>
>>    </dependencies>
>>
>>    <repositories>
>>      <repository>
>>        <id>apache.snapshots</id>
>>        <name>Apache Snapshot Repository</name>
>>        <url>http://repository.apache.org/snapshots</url>
>>        <releases>
>>          <enabled>false</enabled>
>>        </releases>
>>      </repository>
>>    </repositories>
>> ...
>>
>>
>> Thanks,
>> Travis
>>

Reply via email to