GroupId | GroupIdorg.opendaylight.unimgr |
---|---|
ArtifactId | ArtifactIdunimgr-artifacts |
Version | Version0.3.2 |
Type | Typepom |
Filename | Size |
---|---|
unimgr-artifacts-0.3.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.unimgr/unimgr-artifacts/ -->
<dependency>
<groupId>org.opendaylight.unimgr</groupId>
<artifactId>unimgr-artifacts</artifactId>
<version>0.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.unimgr/unimgr-artifacts/
implementation 'org.opendaylight.unimgr:unimgr-artifacts:0.3.2'
// https://jarcasting.com/artifacts/org.opendaylight.unimgr/unimgr-artifacts/
implementation ("org.opendaylight.unimgr:unimgr-artifacts:0.3.2")
'org.opendaylight.unimgr:unimgr-artifacts:pom:0.3.2'
<dependency org="org.opendaylight.unimgr" name="unimgr-artifacts" rev="0.3.2">
<artifact name="unimgr-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.unimgr', module='unimgr-artifacts', version='0.3.2')
)
libraryDependencies += "org.opendaylight.unimgr" % "unimgr-artifacts" % "0.3.2"
[org.opendaylight.unimgr/unimgr-artifacts "0.3.2"]