License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.integration |
ArtifactId | ArtifactIdopendaylight |
Version | Version15.0.0 |
Type | Typepom |
Description |
DescriptionODL :: integration :: opendaylight
The actual Karaf archive building sub-project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
opendaylight-15.0.0.pom | |
opendaylight-15.0.0.zip | |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/opendaylight/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>opendaylight</artifactId>
<version>15.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/opendaylight/
implementation 'org.opendaylight.integration:opendaylight:15.0.0'
// https://jarcasting.com/artifacts/org.opendaylight.integration/opendaylight/
implementation ("org.opendaylight.integration:opendaylight:15.0.0")
'org.opendaylight.integration:opendaylight:pom:15.0.0'
<dependency org="org.opendaylight.integration" name="opendaylight" rev="15.0.0">
<artifact name="opendaylight" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='opendaylight', version='15.0.0')
)
libraryDependencies += "org.opendaylight.integration" % "opendaylight" % "15.0.0"
[org.opendaylight.integration/opendaylight "15.0.0"]