jdhtuq-dhash
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.estigma88</groupId>
<artifactId>jdhtuq-dhash</artifactId>
<version>3.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>com.github.estigma88</groupId>
<artifactId>jdhtuq-dhash</artifactId>
<version>3.0.1</version>
<name>DHash Service</name>
<description>Defines the storage service using the DHash algorithm</description>
<url>https://github.com/estigma88/jdhtuq</url>
<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE</name>
<url>http://www.gnu.org/licenses/</url>
</license>
</licenses>
<developers>
<developer>
<id>estigma88</id>
<name>Daniel Andres Pelaez Lopez</name>
<email>estigma88@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/estigma88/jdhtuq.git</connection>
<developerConnection>scm:git:ssh://github.com/estigma88/jdhtuq.git</developerConnection>
<url>https://github.com/estigma88/jdhtuq</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.estigma88</groupId>
<artifactId>jdhtuq-communication-api</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.estigma88</groupId>
<artifactId>jdhtuq-lookup-service</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.estigma88</groupId>
<artifactId>jdhtuq-storage-service</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>