GroupId | GroupIdorg.odpi.egeria |
---|---|
ArtifactId | ArtifactIdit-infrastructure |
Version | Version2.0 |
Type | Typepom |
Filename | Size |
---|---|
it-infrastructure-2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/it-infrastructure/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>it-infrastructure</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/it-infrastructure/
implementation 'org.odpi.egeria:it-infrastructure:2.0'
// https://jarcasting.com/artifacts/org.odpi.egeria/it-infrastructure/
implementation ("org.odpi.egeria:it-infrastructure:2.0")
'org.odpi.egeria:it-infrastructure:pom:2.0'
<dependency org="org.odpi.egeria" name="it-infrastructure" rev="2.0">
<artifact name="it-infrastructure" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='it-infrastructure', version='2.0')
)
libraryDependencies += "org.odpi.egeria" % "it-infrastructure" % "2.0"
[org.odpi.egeria/it-infrastructure "2.0"]