GroupId | GroupIdorg.opendaylight.neutron |
---|---|
ArtifactId | ArtifactIdintegration-test-standalone |
Version | Version0.11.0 |
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.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.neutron/integration-test-standalone/
implementation 'org.opendaylight.neutron:integration-test-standalone:0.11.0'
// https://jarcasting.com/artifacts/org.opendaylight.neutron/integration-test-standalone/
implementation ("org.opendaylight.neutron:integration-test-standalone:0.11.0")
'org.opendaylight.neutron:integration-test-standalone:jar:0.11.0'
<dependency org="org.opendaylight.neutron" name="integration-test-standalone" rev="0.11.0">
<artifact name="integration-test-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.neutron', module='integration-test-standalone', version='0.11.0')
)
libraryDependencies += "org.opendaylight.neutron" % "integration-test-standalone" % "0.11.0"
[org.opendaylight.neutron/integration-test-standalone "0.11.0"]