blockscore-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.blockscore</groupId>
<artifactId>blockscore-java</artifactId>
<version>4.0.2</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.blockscore</groupId>
<artifactId>blockscore-java</artifactId>
<version>4.0.2</version>
<name>Blockscore API</name>
<description>The Blockscore API wrapper for java.</description>
<url>http://docs.blockscore.com/v4.0/java/#introduction</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>dgollahon</id>
<name>Daniel Gollahon</name>
<email>Daniel.Gollahon@gmail.com</email>
</developer>
<developer>
<id>ameier</id>
<name>Alain Meier</name>
<email>Alain@blockscore.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:BlockScore/blockscore-java.git</connection>
<developerConnection>scm:git:git@github.com:BlockScore/blockscore-java.git</developerConnection>
<url>git@github.com:BlockScore/blockscore-java.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>converter-jackson</artifactId>
<version>1.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>2.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit</artifactId>
<version>1.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.intellij</groupId>
<artifactId>annotations</artifactId>
<version>12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>2.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>