relaxed-json-update-api_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.andyglow</groupId>
<artifactId>relaxed-json-update-api_2.11</artifactId>
<version>0.0.3</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.andyglow</groupId>
<artifactId>relaxed-json-update-api_2.11</artifactId>
<packaging>jar</packaging>
<description>relaxed-json-update-api</description>
<url>http://github.com/andyglow/relaxed-json-update</url>
<version>0.0.3</version>
<licenses>
<license>
<name>LGPL-3.0</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>relaxed-json-update-api</name>
<organization>
<name>com.github.andyglow</name>
<url>http://github.com/andyglow/relaxed-json-update</url>
</organization>
<scm>
<url>git://github.com/andyglow/$relaxed-json-update.git</url>
<connection>scm:git://github.com/andyglow/$relaxed-json-update.git</connection>
</scm>
<developers>
<developer>
<id>andyglow</id>
<name>Andrey Onistchuk</name>
<url>https://ua.linkedin.com/in/andyglow</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>org.scoverage</groupId>
<artifactId>scalac-scoverage-runtime_2.11</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scoverage</groupId>
<artifactId>scalac-scoverage-plugin_2.11</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>org.scalactic</groupId>
<artifactId>scalactic_2.11</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>