GroupId | GroupIdorg.opendaylight.unimgr |
---|---|
ArtifactId | ArtifactIdunimgr-artifacts |
Version | Version0.1.4-Boron-SR4 |
Type | Typepom |
Filename | Size |
---|---|
unimgr-artifacts-0.1.4-Boron-SR4.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.1.4-Boron-SR4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.unimgr/unimgr-artifacts/
implementation 'org.opendaylight.unimgr:unimgr-artifacts:0.1.4-Boron-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.unimgr/unimgr-artifacts/
implementation ("org.opendaylight.unimgr:unimgr-artifacts:0.1.4-Boron-SR4")
'org.opendaylight.unimgr:unimgr-artifacts:pom:0.1.4-Boron-SR4'
<dependency org="org.opendaylight.unimgr" name="unimgr-artifacts" rev="0.1.4-Boron-SR4">
<artifact name="unimgr-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.unimgr', module='unimgr-artifacts', version='0.1.4-Boron-SR4')
)
libraryDependencies += "org.opendaylight.unimgr" % "unimgr-artifacts" % "0.1.4-Boron-SR4"
[org.opendaylight.unimgr/unimgr-artifacts "0.1.4-Boron-SR4"]