cherry-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.softcake.cherry</groupId>
<artifactId>cherry-core</artifactId>
<version>1.1.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>org.softcake.cherry</groupId>
<artifactId>cherry-core</artifactId>
<version>1.1.0</version>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.0.15</version>
<scope>provided</scope>
</dependency>
</dependencies>
<name>org.softcake.cherry:cherry-core</name>
<description>Module "cherry-core" of softcake cherry.</description>
<url>https://github.com/softcake/cherry</url>
<scm>
<url>https://github.com/softcake/cherry.git</url>
<connection>scm:git:git://github.com/softcake/cherry.git</connection>
<developerConnection>scm:git:git://github.com/softcake/cherry.git</developerConnection>
</scm>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/softcake/cherry/issues</url>
</issueManagement>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>
<developers>
<developer>
<id>softcake</id>
<name>Rene Neubert</name>
<email>rene.neubert@softcake.org</email>
<roles>
<role>owner</role>
</roles>
</developer>
</developers>
</project>