asp-client-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.jcup.asp</groupId>
<artifactId>asp-client-java</artifactId>
<version>1.4.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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.jcup.asp</groupId>
<artifactId>asp-client-java</artifactId>
<version>1.4.1</version>
<name>ASP</name>
<description>ASP is an acronym and stands for Asciidoc Server Protocol and represents a Asciidoc instance which is based on AsciidoctorJ providing a simple but secure communication layer/protocoll. </description>
<url>https://github.com/de-jcup/asp</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>de-jcup</id>
<name>Albert Tregnaghi</name>
<email>albert.tregnaghi@jcup.de</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/de-jcup/asp.git</connection>
<developerConnection>https://github.com/de-jcup/asp.git</developerConnection>
<url>https://github.com/de-jcup/asp</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.eclipsesource.minimal-json</groupId>
<artifactId>minimal-json</artifactId>
<version>0.9.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>de.jcup.asp</groupId>
<artifactId>asp-core</artifactId>
<version>1.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>