GroupId | GroupIdorg.opendaylight.neutron |
---|---|
ArtifactId | ArtifactIdintegration-test-standalone |
Version | Version0.12.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.neutron/integration-test-standalone/ -->
<dependency>
<groupId>org.opendaylight.neutron</groupId>
<artifactId>integration-test-standalone</artifactId>
<version>0.12.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.neutron/integration-test-standalone/
implementation 'org.opendaylight.neutron:integration-test-standalone:0.12.3'
// https://jarcasting.com/artifacts/org.opendaylight.neutron/integration-test-standalone/
implementation ("org.opendaylight.neutron:integration-test-standalone:0.12.3")
'org.opendaylight.neutron:integration-test-standalone:jar:0.12.3'
<dependency org="org.opendaylight.neutron" name="integration-test-standalone" rev="0.12.3">
<artifact name="integration-test-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.neutron', module='integration-test-standalone', version='0.12.3')
)
libraryDependencies += "org.opendaylight.neutron" % "integration-test-standalone" % "0.12.3"
[org.opendaylight.neutron/integration-test-standalone "0.12.3"]