GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdkaraf-parent |
Version | Version1.5.1-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
karaf-parent-1.5.1-Lithium-SR1.pom | |
karaf-parent-1.5.1-Lithium-SR1.zip | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/karaf-parent/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>karaf-parent</artifactId>
<version>1.5.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/karaf-parent/
implementation 'org.opendaylight.controller:karaf-parent:1.5.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.controller/karaf-parent/
implementation ("org.opendaylight.controller:karaf-parent:1.5.1-Lithium-SR1")
'org.opendaylight.controller:karaf-parent:pom:1.5.1-Lithium-SR1'
<dependency org="org.opendaylight.controller" name="karaf-parent" rev="1.5.1-Lithium-SR1">
<artifact name="karaf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='karaf-parent', version='1.5.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.controller" % "karaf-parent" % "1.5.1-Lithium-SR1"
[org.opendaylight.controller/karaf-parent "1.5.1-Lithium-SR1"]