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