| License | License | 
|---|---|
| GroupId | GroupIdorg.opendaylight.integration | 
| ArtifactId | ArtifactIdfeature3-repo-artifacts | 
| Last Version | Last Version0.6.4-Carbon | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionODL :: integration :: feature3-repo-artifacts POM to import, with all user-facing upstream ODL Karaf 3 feature repository artifact versions. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| feature3-repo-artifacts-0.6.4-Carbon.pom | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/feature3-repo-artifacts/ -->
<dependency>
    <groupId>org.opendaylight.integration</groupId>
    <artifactId>feature3-repo-artifacts</artifactId>
    <version>0.6.4-Carbon</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.integration/feature3-repo-artifacts/
implementation 'org.opendaylight.integration:feature3-repo-artifacts:0.6.4-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.integration/feature3-repo-artifacts/
implementation ("org.opendaylight.integration:feature3-repo-artifacts:0.6.4-Carbon")'org.opendaylight.integration:feature3-repo-artifacts:pom:0.6.4-Carbon'<dependency org="org.opendaylight.integration" name="feature3-repo-artifacts" rev="0.6.4-Carbon">
  <artifact name="feature3-repo-artifacts" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.integration', module='feature3-repo-artifacts', version='0.6.4-Carbon')
)libraryDependencies += "org.opendaylight.integration" % "feature3-repo-artifacts" % "0.6.4-Carbon"[org.opendaylight.integration/feature3-repo-artifacts "0.6.4-Carbon"]