Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.ibm.maximo |
ArtifactId | ArtifactIdmaximo-restclient |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
maximo-restclient-1.0.pom | |
maximo-restclient-1.0.jar | 42 KB |
maximo-restclient-1.0-sources.jar | 25 KB |
maximo-restclient-1.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.maximo/maximo-restclient/ -->
<dependency>
<groupId>com.ibm.maximo</groupId>
<artifactId>maximo-restclient</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.maximo/maximo-restclient/
implementation 'com.ibm.maximo:maximo-restclient:1.0'
// https://jarcasting.com/artifacts/com.ibm.maximo/maximo-restclient/
implementation ("com.ibm.maximo:maximo-restclient:1.0")
'com.ibm.maximo:maximo-restclient:jar:1.0'
<dependency org="com.ibm.maximo" name="maximo-restclient" rev="1.0">
<artifact name="maximo-restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.maximo', module='maximo-restclient', version='1.0')
)
libraryDependencies += "com.ibm.maximo" % "maximo-restclient" % "1.0"
[com.ibm.maximo/maximo-restclient "1.0"]