License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.ibm.maximo |
ArtifactId | ArtifactIdmaximo-restclient |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionmaximo-rest-client
The Maximo REST client library provides a set of driver API's which can be consumed by an JAVA based web component that would like to interface with a Maximo instance
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maximo-restclient-1.0.2.pom | |
maximo-restclient-1.0.2.jar | 51 KB |
maximo-restclient-1.0.2-sources.jar | 29 KB |
maximo-restclient-1.0.2-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.maximo/maximo-restclient/ -->
<dependency>
<groupId>com.ibm.maximo</groupId>
<artifactId>maximo-restclient</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.maximo/maximo-restclient/
implementation 'com.ibm.maximo:maximo-restclient:1.0.2'
// https://jarcasting.com/artifacts/com.ibm.maximo/maximo-restclient/
implementation ("com.ibm.maximo:maximo-restclient:1.0.2")
'com.ibm.maximo:maximo-restclient:jar:1.0.2'
<dependency org="com.ibm.maximo" name="maximo-restclient" rev="1.0.2">
<artifact name="maximo-restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.maximo', module='maximo-restclient', version='1.0.2')
)
libraryDependencies += "com.ibm.maximo" % "maximo-restclient" % "1.0.2"
[com.ibm.maximo/maximo-restclient "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.json | jar | 1.0.4 |
commons-codec : commons-codec | jar | 1.1 |