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