GroupId | GroupIdorg.opendaylight.odlparent |
---|---|
ArtifactId | ArtifactIdopendaylight-karaf-resources |
Version | Version8.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/opendaylight-karaf-resources/ -->
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>opendaylight-karaf-resources</artifactId>
<version>8.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/opendaylight-karaf-resources/
implementation 'org.opendaylight.odlparent:opendaylight-karaf-resources:8.0.3'
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/opendaylight-karaf-resources/
implementation ("org.opendaylight.odlparent:opendaylight-karaf-resources:8.0.3")
'org.opendaylight.odlparent:opendaylight-karaf-resources:jar:8.0.3'
<dependency org="org.opendaylight.odlparent" name="opendaylight-karaf-resources" rev="8.0.3">
<artifact name="opendaylight-karaf-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='opendaylight-karaf-resources', version='8.0.3')
)
libraryDependencies += "org.opendaylight.odlparent" % "opendaylight-karaf-resources" % "8.0.3"
[org.opendaylight.odlparent/opendaylight-karaf-resources "8.0.3"]