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