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