is not current version
Last Version 0.12.3

org.opendaylight.integration:feature-repo-artifacts 0.9.2

POM to import, with all upstream ODL user-facing feature repo artifact versions.

GroupId

GroupId

org.opendaylight.integration
ArtifactId

ArtifactId

feature-repo-artifacts
Version

Version

0.9.2
Type

Type

pom

Download feature-repo-artifacts 0.9.2


<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/feature-repo-artifacts/ -->
<dependency>
    <groupId>org.opendaylight.integration</groupId>
    <artifactId>feature-repo-artifacts</artifactId>
    <version>0.9.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/feature-repo-artifacts/
implementation 'org.opendaylight.integration:feature-repo-artifacts:0.9.2'
// https://jarcasting.com/artifacts/org.opendaylight.integration/feature-repo-artifacts/
implementation ("org.opendaylight.integration:feature-repo-artifacts:0.9.2")
'org.opendaylight.integration:feature-repo-artifacts:pom:0.9.2'
<dependency org="org.opendaylight.integration" name="feature-repo-artifacts" rev="0.9.2">
  <artifact name="feature-repo-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='feature-repo-artifacts', version='0.9.2')
)
libraryDependencies += "org.opendaylight.integration" % "feature-repo-artifacts" % "0.9.2"
[org.opendaylight.integration/feature-repo-artifacts "0.9.2"]