thecore-common-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.korwe</groupId>
<artifactId>thecore-common-api</artifactId>
<version>2.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.korwe</groupId>
<artifactId>thecore-common-api</artifactId>
<version>2.2.0</version>
<name>The Core Java Common API</name>
<description>The Core marshals data from asynchronous or distributed services so that this data can be staged, filtered and personalised for mobile clients.</description>
<url>https://github.com/korwe/the-core-java</url>
<licenses>
<license>
<name>GNU Lesser General Public Licence, Version 3</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
</license>
</licenses>
<organization>
<name>Korwe Software</name>
<url>http://korwe.com</url>
</organization>
<developers>
<developer>
<id>nithiag</id>
<name>Nithia Govender</name>
</developer>
<developer>
<id>tjadc</id>
<name>Tjad Clark</name>
</developer>
<developer>
<id>dariom</id>
<name>Dario Matonicki</name>
</developer>
</developers>
<scm>
<connection>https://github.com/korwe/the-core-java.git</connection>
<developerConnection>https://github.com/korwe/the-core-java.git</developerConnection>
<url>https://github.com/korwe/the-core-java</url>
</scm>
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-client</artifactId>
<version>0.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.jamesmurty.utils</groupId>
<artifactId>java-xmlbuilder</artifactId>
<version>0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>rome</groupId>
<artifactId>rome</artifactId>
<version>1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>