sofortlib-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sofort</groupId>
<artifactId>sofortlib-java</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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sofort</groupId>
<artifactId>sofortlib-java</artifactId>
<version>1.1.0</version>
<name>sofortlib-java</name>
<description>sofortlib-java offers a collection of java tools needed to communicate with the SOFORT API.</description>
<url>https://github.com/sofort/sofortlib-java</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<developers>
<developer>
<id>FxAlex</id>
<name>Alexander Fischer</name>
<email>a.fischer@sofort.com</email>
<organization>org.apache.maven.model.Organization@7f909a2b</organization>
<organizationUrl>https://www.sofort.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:sofort/sofortlib-java.git</connection>
<developerConnection>scm:git:git@github.com:sofort/sofortlib-java.git</developerConnection>
<url>git@github.com:sofort/sofortlib-java.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>