License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.ibm.g11n.pipeline |
ArtifactId | ArtifactIdgp-java-client |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava client SDK for Globalization Pipeline on IBM Bluemix
Java client SDK for Globalization Pipeline on IBM Bluemix
providing JDK ResourceBundle integration and Java APIs for
Globalization Pipeline's REST endpoints.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gp-java-client-1.2.1.pom | |
gp-java-client-1.2.1.jar | 52 KB |
gp-java-client-1.2.1-sources.jar | 49 KB |
gp-java-client-1.2.1-javadoc.jar | 198 KB |
gp-java-client-1.2.1-jar-with-dependencies.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.g11n.pipeline/gp-java-client/ -->
<dependency>
<groupId>com.ibm.g11n.pipeline</groupId>
<artifactId>gp-java-client</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.g11n.pipeline/gp-java-client/
implementation 'com.ibm.g11n.pipeline:gp-java-client:1.2.1'
// https://jarcasting.com/artifacts/com.ibm.g11n.pipeline/gp-java-client/
implementation ("com.ibm.g11n.pipeline:gp-java-client:1.2.1")
'com.ibm.g11n.pipeline:gp-java-client:jar:1.2.1'
<dependency org="com.ibm.g11n.pipeline" name="gp-java-client" rev="1.2.1">
<artifact name="gp-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.g11n.pipeline', module='gp-java-client', version='1.2.1')
)
libraryDependencies += "com.ibm.g11n.pipeline" % "gp-java-client" % "1.2.1"
[com.ibm.g11n.pipeline/gp-java-client "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.4 |
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |