License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.integration |
ArtifactId | ArtifactIdartifact-artifacts |
Last Version | Last Version0.16.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionODL :: integration :: artifact-artifacts
POM to import, with all upstream ODL project artifact poms with public versions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
artifact-artifacts-0.16.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/artifact-artifacts/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>artifact-artifacts</artifactId>
<version>0.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/artifact-artifacts/
implementation 'org.opendaylight.integration:artifact-artifacts:0.16.0'
// https://jarcasting.com/artifacts/org.opendaylight.integration/artifact-artifacts/
implementation ("org.opendaylight.integration:artifact-artifacts:0.16.0")
'org.opendaylight.integration:artifact-artifacts:pom:0.16.0'
<dependency org="org.opendaylight.integration" name="artifact-artifacts" rev="0.16.0">
<artifact name="artifact-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='artifact-artifacts', version='0.16.0')
)
libraryDependencies += "org.opendaylight.integration" % "artifact-artifacts" % "0.16.0"
[org.opendaylight.integration/artifact-artifacts "0.16.0"]