Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdrest-client-factory |
Version | Version2.5 |
Type | Typejar |
Filename | Size |
---|---|
rest-client-factory-2.5.pom | |
rest-client-factory-2.5.jar | 4 KB |
rest-client-factory-2.5-sources.jar | 4 KB |
rest-client-factory-2.5-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/rest-client-factory/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>rest-client-factory</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/rest-client-factory/
implementation 'org.odpi.egeria:rest-client-factory:2.5'
// https://jarcasting.com/artifacts/org.odpi.egeria/rest-client-factory/
implementation ("org.odpi.egeria:rest-client-factory:2.5")
'org.odpi.egeria:rest-client-factory:jar:2.5'
<dependency org="org.odpi.egeria" name="rest-client-factory" rev="2.5">
<artifact name="rest-client-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='rest-client-factory', version='2.5')
)
libraryDependencies += "org.odpi.egeria" % "rest-client-factory" % "2.5"
[org.odpi.egeria/rest-client-factory "2.5"]