License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.bcgdv |
ArtifactId | ArtifactIdplay-apiclient |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionplay-apiclient
A unified play framework client for JSON based micro-service APIs that are deployed under the same
domain.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-apiclient-1.0.pom | |
play-apiclient-1.0.jar | 12 KB |
play-apiclient-1.0-sources.jar | 9 KB |
play-apiclient-1.0-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bcgdv/play-apiclient/ -->
<dependency>
<groupId>com.bcgdv</groupId>
<artifactId>play-apiclient</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bcgdv/play-apiclient/
implementation 'com.bcgdv:play-apiclient:1.0'
// https://jarcasting.com/artifacts/com.bcgdv/play-apiclient/
implementation ("com.bcgdv:play-apiclient:1.0")
'com.bcgdv:play-apiclient:jar:1.0'
<dependency org="com.bcgdv" name="play-apiclient" rev="1.0">
<artifact name="play-apiclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bcgdv', module='play-apiclient', version='1.0')
)
libraryDependencies += "com.bcgdv" % "play-apiclient" % "1.0"
[com.bcgdv/play-apiclient "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.bcgdv : requestidgenerator | jar | 1.0 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.4 |
com.typesafe.play : play-java_2.11 | jar | 2.5.12 |
com.typesafe.play : play-java-ws_2.11 | jar | 2.5.12 |