example-json-server_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.infuse-ev</groupId>
<artifactId>example-json-server_2.13</artifactId>
<version>9.2.4</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.infuse-ev</groupId>
<artifactId>example-json-server_2.13</artifactId>
<packaging>jar</packaging>
<description>Scala library for Open Charge Point Protocol (OCPP). Originally developed by NewMotion, now maintained by IHomer</description>
<url>https://github.com/IHomer/scala-ocpp</url>
<version>9.2.4</version>
<licenses>
<license>
<name>GPLv3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>example-json-server</name>
<organization>
<name>com.infuse-ev</name>
<url>https://github.com/IHomer/scala-ocpp</url>
</organization>
<scm>
<url>https://github.com/IHomer/scala-ocpp</url>
<connection>scm:git@github.com:IHomer/scala-ocpp.git</connection>
</scm>
<developers>
<developer>
<id>t3hnar</id>
<name>Yaroslav Klymko</name>
<url>https://github.com/t3hnar</url>
<email>t3hnar@gmail.com</email>
</developer>
<developer>
<id>tux_rocker</id>
<name>Reinier Lamers</name>
<url>http://reinier.de/</url>
<email>reinier.lamers@ihomer.nl</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.infuse-ev</groupId>
<artifactId>ocpp-json_2.13</artifactId>
<version>9.2.4</version>
</dependency>
<dependency>
<groupId>com.infuse-ev</groupId>
<artifactId>ocpp-j-api_2.13</artifactId>
<version>9.2.4</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.13</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
</dependency>
</dependencies>
</project>