Maven


DL-Learner uses Maven. You can easily include it in your Maven project by adding the following to your pom.xml.


Include our AKSW group repository:

<repository>
   <id>snapshot.maven.aksw</id>
   <url>http://prod1.aksw.org:8081/archiva/repository/snapshots/</url>
</repository>


Specify DL-Learner as dependency, most likely the components-core module:


<dependency>
   <groupId>org.dllearner</groupId>
   <artifactId>components-core</artifactId>
   <version>insert version number here</version>
</dependency>


You can find existing version numbers at http://maven.aksw.org/archiva/browse/org.dllearner/components-core .


 
There are no files on this page. [Display files/form]
There is no comment on this page. [Display comments/form]

Information

Last Modification: 2011-09-02 09:09:58 by Jens Lehmann