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