License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdreleasepom |
Last Version | Last Version0.8.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncontroller
OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
releasepom-0.8.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/releasepom/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>releasepom</artifactId>
<version>0.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/releasepom/
implementation 'org.opendaylight.controller:releasepom:0.8.3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/releasepom/
implementation ("org.opendaylight.controller:releasepom:0.8.3")
'org.opendaylight.controller:releasepom:pom:0.8.3'
<dependency org="org.opendaylight.controller" name="releasepom" rev="0.8.3">
<artifact name="releasepom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='releasepom', version='0.8.3')
)
libraryDependencies += "org.opendaylight.controller" % "releasepom" % "0.8.3"
[org.opendaylight.controller/releasepom "0.8.3"]