mleap-base_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ml.combust.mleap</groupId>
<artifactId>mleap-base_2.13</artifactId>
<version>0.25.2</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>ml.combust.mleap</groupId>
<artifactId>mleap-base_2.13</artifactId>
<packaging>jar</packaging>
<description>mleap-base</description>
<url>https://github.com/combust/mleap</url>
<version>0.25.2</version>
<licenses>
<license>
<name>Apache 2.0 License</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>mleap-base</name>
<organization>
<name>ml.combust.mleap</name>
<url>https://github.com/combust/mleap</url>
</organization>
<scm>
<url>https://github.com/combust/mleap.git</url>
<connection>scm:git:git@github.com:combust/mleap.git</connection>
</scm>
<developers>
<developer>
<id>hollinwilkins</id>
<name>Hollin Wilkins</name>
<url>http://hollinwilkins.com</url>
<email>hollinrwilkins@gmail.com</email>
</developer>
<developer>
<id>seme0021</id>
<name>Mikhail Semeniuk</name>
<url>https://www.linkedin.com/in/semeniuk</url>
<email>mikhail@combust.ml</email>
</developer>
<developer>
<id>ancasarb</id>
<name>Anca Sarb</name>
<url>https://www.linkedin.com/in/anca-sarb</url>
<email>sarb.anca@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.13</artifactId>
<version>2.8.1</version>
</dependency>
</dependencies>
</project>