is not current version
Last Version 1.1

org.odpi.egeria:developer-resources 1.0

Files and descriptions useful for developers.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

developer-resources
Version

Version

1.0
Type

Type

jar

Download developer-resources 1.0


<!-- https://jarcasting.com/artifacts/org.odpi.egeria/developer-resources/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>developer-resources</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/developer-resources/
implementation 'org.odpi.egeria:developer-resources:1.0'
// https://jarcasting.com/artifacts/org.odpi.egeria/developer-resources/
implementation ("org.odpi.egeria:developer-resources:1.0")
'org.odpi.egeria:developer-resources:jar:1.0'
<dependency org="org.odpi.egeria" name="developer-resources" rev="1.0">
  <artifact name="developer-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='developer-resources', version='1.0')
)
libraryDependencies += "org.odpi.egeria" % "developer-resources" % "1.0"
[org.odpi.egeria/developer-resources "1.0"]