snippets_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.kondaurovdev</groupId>
<artifactId>snippets_2.12</artifactId>
<version>1.1.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.kondaurovdev</groupId>
<artifactId>snippets_2.12</artifactId>
<packaging>jar</packaging>
<description>snippets</description>
<version>1.1.0</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>snippets</name>
<organization>
<name>com.github.kondaurovdev</name>
</organization>
<url>$https://github.com/kondaurov-scala/snippets</url>
<scm>
<url>$https://github.com/kondaurov-scala/snippets.$git</url>
<connection>$https://github.com/kondaurov-scala/snippets.$git</connection>
<tag>$1.1.0</tag>
</scm>
<developers>
<developer>
<id>kondaurovdev</id>
<name>Alexander Kondaurov</name>
<email>kondaurov.dev@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>com.github.kondaurovdev</groupId>
<artifactId>snippets-iface_2.12</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.12</artifactId>
<version>3.9.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>