| Group ID: |
com.stepstone.inbucket |
| Artifact ID: |
inbucket-client |
| Version: |
1.0.0 |
| Last modified: |
14.04.2016 10:16 |
| Packaging: |
jar |
| Name: |
Inbucket Client |
| Description: |
Java client for inbucket |
| URL: |
https://github.com/stepstone-tech/inbucket-java-client |
|
|
| Size: |
4.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/stepstone/inbucket/inbucket-client/1.0.0/inbucket-client-1.0.0.jar |
| POM: |
Show
hide
<?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.stepstone.inbucket</groupId>
<artifactId>inbucket-client</artifactId>
<version>1.0.0</version>
<name>Inbucket Client</name>
<description>Java client for inbucket</description>
<url>https://github.com/stepstone-tech/inbucket-java-client</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>tommywo</id>
<name>Tomasz Wojtuń</name>
<email>tomasz.wojtun@stepstone.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:stepstone-tech/inbucket-java-client.git</connection>
<developerConnection>scm:git:git@github.com:stepstone-tech/inbucket-java-client.git</developerConnection>
<url>https://github.com/stepstone-tech/inbucket-java-client</url>
</scm>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-mock</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.18</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.stepstone.inbucket</groupId>
<artifactId>inbucket-client</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle: |
com.stepstone.inbucket:inbucket-client:1.0.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|