We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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://maven.aksw.org/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>
Home
Project