Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIddata-platform-services-server |
Version | Version2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/data-platform-services-server/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>data-platform-services-server</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/data-platform-services-server/
implementation 'org.odpi.egeria:data-platform-services-server:2.1'
// https://jarcasting.com/artifacts/org.odpi.egeria/data-platform-services-server/
implementation ("org.odpi.egeria:data-platform-services-server:2.1")
'org.odpi.egeria:data-platform-services-server:jar:2.1'
<dependency org="org.odpi.egeria" name="data-platform-services-server" rev="2.1">
<artifact name="data-platform-services-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='data-platform-services-server', version='2.1')
)
libraryDependencies += "org.odpi.egeria" % "data-platform-services-server" % "2.1"
[org.odpi.egeria/data-platform-services-server "2.1"]