License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdio.pileworx |
ArtifactId | ArtifactIdrebound-client-java |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionRebound Java Client
Client library for rebound mock server
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.pileworx/rebound-client-java/ -->
<dependency>
<groupId>io.pileworx</groupId>
<artifactId>rebound-client-java</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.pileworx/rebound-client-java/
implementation 'io.pileworx:rebound-client-java:0.2.1'
// https://jarcasting.com/artifacts/io.pileworx/rebound-client-java/
implementation ("io.pileworx:rebound-client-java:0.2.1")
'io.pileworx:rebound-client-java:jar:0.2.1'
<dependency org="io.pileworx" name="rebound-client-java" rev="0.2.1">
<artifact name="rebound-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pileworx', module='rebound-client-java', version='0.2.1')
)
libraryDependencies += "io.pileworx" % "rebound-client-java" % "0.2.1"
[io.pileworx/rebound-client-java "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.konghq : unirest-java | jar | 3.7.02 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.23.0 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |