KitchenSync
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.mrstampy</groupId> <artifactId>KitchenSync</artifactId> <version>2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ Apache Ivy version: 2.3.0 20130110142753 --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.mrstampy</groupId> <artifactId>KitchenSync</artifactId> <packaging>jar</packaging> <version>2.0</version> <description>KitchenSync - A Java Library for Distributed Communication</description> <url>http://mrstampy.github.io/KitchenSync/</url> <licenses> <license> <name>GNU General Public License</name> <url>http://www.gnu.org/licenses/gpl-3.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/mrstampy/KitchenSync.git</url> <connection>https://github.com/mrstampy/KitchenSync.git</connection> </scm> <developers> <developer> <id>mrstampy</id> <name>Burt Alexander</name> <email>burt.alexander@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>com.github.mrstampy</groupId> <artifactId>KitchenSync-core</artifactId> <version>2.0</version> <optional>false</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.2.2</version> <optional>false</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.2.2</version> <optional>false</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.2.2</version> <optional>false</optional> </dependency> </dependencies> <name>KitchenSync - A Java Library for Distributed Communication</name> </project>