things-examples
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>us.ilmark.deta.things</groupId>
<artifactId>things-examples</artifactId>
<version>0.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>us.ilmark.deta.things</groupId>
<artifactId>things-examples</artifactId>
<version>0.1</version>
<name>Things examples</name>
<description>Examples of several configurations, different backends and so on</description>
<url>http://things.deta.ilmark.us/</url>
<inceptionYear>2014</inceptionYear>
<licenses>
<license>
<name>GNU Lesser General Public License, version 3</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>makkus</id>
<name>Markus Binsteiner</name>
<email>makkus@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/makkus/things.git</connection>
<developerConnection>scm:git://github.com/makkus/things.git</developerConnection>
<url>https://github.com/makkus/things</url>
</scm>
<dependencies>
<dependency>
<groupId>us.ilmark.deta.things</groupId>
<artifactId>things-mongo</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>us.ilmark.deta.things</groupId>
<artifactId>things-jpa</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0-beta</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4+</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>us.ilmark.deta.things</groupId>
<artifactId>things-core</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.1.0.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>us.ilmark.deta.things</groupId>
<artifactId>things-rest</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>