License |
License |
---|---|
Categories |
CategoriesOther General Purpose Libraries |
GroupId | GroupIdorg.opendaylight.integration |
ArtifactId | ArtifactIdother-artifacts |
Last Version | Last Version0.16.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionODL :: integration :: other-artifacts
POM to import, with all the needed versions of upstream ODL artifacts not imported elsewhere.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
other-artifacts-0.16.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/other-artifacts/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>other-artifacts</artifactId>
<version>0.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/other-artifacts/
implementation 'org.opendaylight.integration:other-artifacts:0.16.0'
// https://jarcasting.com/artifacts/org.opendaylight.integration/other-artifacts/
implementation ("org.opendaylight.integration:other-artifacts:0.16.0")
'org.opendaylight.integration:other-artifacts:pom:0.16.0'
<dependency org="org.opendaylight.integration" name="other-artifacts" rev="0.16.0">
<artifact name="other-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='other-artifacts', version='0.16.0')
)
libraryDependencies += "org.opendaylight.integration" % "other-artifacts" % "0.16.0"
[org.opendaylight.integration/other-artifacts "0.16.0"]