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