GroupId | GroupIdorg.opendaylight.integration |
---|---|
ArtifactId | ArtifactIdupstream-all-artifacts |
Version | Version0.9.2 |
Type | Typepom |
Filename | Size |
---|---|
upstream-all-artifacts-0.9.2.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.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/upstream-all-artifacts/
implementation 'org.opendaylight.integration:upstream-all-artifacts:0.9.2'
// https://jarcasting.com/artifacts/org.opendaylight.integration/upstream-all-artifacts/
implementation ("org.opendaylight.integration:upstream-all-artifacts:0.9.2")
'org.opendaylight.integration:upstream-all-artifacts:pom:0.9.2'
<dependency org="org.opendaylight.integration" name="upstream-all-artifacts" rev="0.9.2">
<artifact name="upstream-all-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='upstream-all-artifacts', version='0.9.2')
)
libraryDependencies += "org.opendaylight.integration" % "upstream-all-artifacts" % "0.9.2"
[org.opendaylight.integration/upstream-all-artifacts "0.9.2"]