GroupId | GroupIdorg.opendaylight.integration |
---|---|
ArtifactId | ArtifactIdupstream-all-artifacts |
Version | Version0.6.0-Carbon |
Type | Typepom |
Filename | Size |
---|---|
upstream-all-artifacts-0.6.0-Carbon.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/upstream-all-artifacts/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>upstream-all-artifacts</artifactId>
<version>0.6.0-Carbon</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/upstream-all-artifacts/
implementation 'org.opendaylight.integration:upstream-all-artifacts:0.6.0-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.integration/upstream-all-artifacts/
implementation ("org.opendaylight.integration:upstream-all-artifacts:0.6.0-Carbon")
'org.opendaylight.integration:upstream-all-artifacts:pom:0.6.0-Carbon'
<dependency org="org.opendaylight.integration" name="upstream-all-artifacts" rev="0.6.0-Carbon">
<artifact name="upstream-all-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='upstream-all-artifacts', version='0.6.0-Carbon')
)
libraryDependencies += "org.opendaylight.integration" % "upstream-all-artifacts" % "0.6.0-Carbon"
[org.opendaylight.integration/upstream-all-artifacts "0.6.0-Carbon"]