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