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