hashcode-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hildan.hashcode</groupId>
<artifactId>hashcode-utils</artifactId>
<version>5.0.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.hildan.hashcode</groupId>
<artifactId>hashcode-utils</artifactId>
<version>5.0.0</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.24</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>15.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>hashcode-utils</name>
<description>Utilities for programs solving Google HashCode problems</description>
<url>https://github.com/joffrey-bion/hashcode-utils</url>
<scm>
<url>https://github.com/joffrey-bion/hashcode-utils</url>
<connection>scm:git:https://github.com/joffrey-bion/hashcode-utils.git</connection>
<developerConnection>scm:git:git@github.com:joffrey-bion/hashcode-utils.git</developerConnection>
</scm>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<name>Joffrey Bion</name>
<email>joffrey.bion@gmail.com</email>
</developer>
</developers>
</project>