artie_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.pheymann</groupId> <artifactId>artie_2.12</artifactId> <version>0.1.1</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.pheymann</groupId> <artifactId>artie_2.12</artifactId> <packaging>jar</packaging> <description>artie</description> <version>0.1.1</version> <name>artie</name> <organization> <name>com.github.pheymann</name> </organization> <url>https://github.com/pheymann/artie</url> <licenses> <license> <name>MIT</name> <url>https://github.com/pheymann/artie/blob/master/LICENSE</url> </license> </licenses> <scm> <connection>scm:git:github.com/pheymann/artie</connection> <developerConnection>scm:git:git@github.com:pheymann/artie</developerConnection> <url>github.com/pheymann/artie</url> </scm> <developers> <developer> <id>pheymann</id> <name>Paul Heymann</name> <url>https://github.com/pheymann</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.3</version> </dependency> <dependency> <groupId>com.github.pheymann</groupId> <artifactId>artie-core_2.12</artifactId> <version>0.1.1</version> </dependency> </dependencies> </project>