discipline-core_native0.3_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.lolgab</groupId>
<artifactId>discipline-core_native0.3_2.11</artifactId>
<version>0.12.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.lolgab</groupId>
<artifactId>discipline-core_native0.3_2.11</artifactId>
<packaging>jar</packaging>
<description>discipline</description>
<version>0.12.0</version>
<name>discipline</name>
<organization>
<name>com.github.lolgab</name>
</organization>
<url>https://github.com/typelevel/discipline</url>
<licenses>
<license>
<name>MIT</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/typelevel/discipline</url>
<connection>scm:git:git://github.com/typelevel/discipline.git</connection>
</scm>
<developers>
<developer>
<id>larsrh</id>
<name>Lars Hupel</name>
<url>https://github.com/larsrh</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>org.scala-native</groupId>
<artifactId>nativelib_native0.3_2.11</artifactId>
<version>0.3.9</version>
</dependency>
<dependency>
<groupId>org.scala-native</groupId>
<artifactId>javalib_native0.3_2.11</artifactId>
<version>0.3.9</version>
</dependency>
<dependency>
<groupId>org.scala-native</groupId>
<artifactId>auxlib_native0.3_2.11</artifactId>
<version>0.3.9</version>
</dependency>
<dependency>
<groupId>org.scala-native</groupId>
<artifactId>scalalib_native0.3_2.11</artifactId>
<version>0.3.9</version>
</dependency>
<dependency>
<groupId>org.scala-native</groupId>
<artifactId>test-interface_native0.3_2.11</artifactId>
<version>0.3.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.lolgab</groupId>
<artifactId>scalacheck_native0.3_2.11</artifactId>
<version>1.14.1</version>
</dependency>
</dependencies>
</project>