Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdsoftware-developer-client |
Version | Version2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/software-developer-client/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>software-developer-client</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/software-developer-client/
implementation 'org.odpi.egeria:software-developer-client:2.1'
// https://jarcasting.com/artifacts/org.odpi.egeria/software-developer-client/
implementation ("org.odpi.egeria:software-developer-client:2.1")
'org.odpi.egeria:software-developer-client:jar:2.1'
<dependency org="org.odpi.egeria" name="software-developer-client" rev="2.1">
<artifact name="software-developer-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='software-developer-client', version='2.1')
)
libraryDependencies += "org.odpi.egeria" % "software-developer-client" % "2.1"
[org.odpi.egeria/software-developer-client "2.1"]