-
Notifications
You must be signed in to change notification settings - Fork 4
Maven Repositories
Wongiseng edited this page Oct 10, 2013
·
4 revisions
Maven Repositories
DuckTape is currently still under development and not yet deployed to a central maven repository. Here we have current temporary Maven repository to access our nightly builds.
##Releases http://ducktape.wongiseng.com/nexus/content/repositories/releases/
Artifact to include:
<dependency>
<groupId>data2semantics</groupId>
<artifactId>d2s-platform</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
##Snapshots
http://ducktape.wongiseng.com/nexus/content/repositories/snapshots/
Artifact to include:
<dependency>
<groupId>data2semantics</groupId>
<artifactId>d2s-platform</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>