smile-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-kotlin</artifactId>
<version>5.0.0</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-kotlin</artifactId>
<packaging>jar</packaging>
<description>Statistical Machine Intelligence and Learning Engine</description>
<url>https://haifengl.github.io/</url>
<version>5.0.0</version>
<licenses>
<license>
<name>GNU 3</name>
<url>https://opensource.org/licenses/GPL-3.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>smile-kotlin</name>
<organization>
<name>Haifeng Li</name>
<url>https://haifengl.github.io/</url>
</organization>
<scm>
<url>https://github.com/haifengl/smile</url>
<connection>scm:git:git@github.com:haifengl/smile.git</connection>
</scm>
<developers>
<developer>
<id>haifengl</id>
<name>Haifeng Li</name>
<url>https://github.com/haifengl</url>
</developer>
<developer>
<id>kklioss</id>
<name>Karl Li</name>
<url>https://github.com/kklioss</url>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-core</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-nlp</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-compiler-embeddable</artifactId>
<version>2.2.20</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.20</version>
</dependency>
</dependencies>
</project>