weka-kt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.slang03</groupId>
<artifactId>weka-kt</artifactId>
<version>0.0.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.slang03</groupId>
<artifactId>weka-kt</artifactId>
<version>0.0.5</version>
<name>weka-kt</name>
<description>Kotlin Extensions for Weka.</description>
<url>http://www.github.com/slang03/weka-kt</url>
<licenses>
<license>
<name>GNU General Public License 3</name>
<url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>slang03</id>
<name>Steven Lang</name>
<email>steven.lang.mz@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/slang03/weka-kt</connection>
<developerConnection>scm:git:https://github.com/slang03/weka-kt</developerConnection>
<url>https://github.com/slang03/weka-kt</url>
</scm>
<dependencies>
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-stable</artifactId>
<version>3.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.2.50</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>