GroupId | GroupIdorg.opendaylight.neutron |
---|---|
ArtifactId | ArtifactIdintegration-test |
Version | Version0.5.0-Lithium |
Type | Typejar |
Filename | Size |
---|---|
integration-test-0.5.0-Lithium.pom | |
integration-test-0.5.0-Lithium.kar | 28 KB |
integration-test-0.5.0-Lithium-features.xml | 675 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.neutron/integration-test/ -->
<dependency>
<groupId>org.opendaylight.neutron</groupId>
<artifactId>integration-test</artifactId>
<version>0.5.0-Lithium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.neutron/integration-test/
implementation 'org.opendaylight.neutron:integration-test:0.5.0-Lithium'
// https://jarcasting.com/artifacts/org.opendaylight.neutron/integration-test/
implementation ("org.opendaylight.neutron:integration-test:0.5.0-Lithium")
'org.opendaylight.neutron:integration-test:jar:0.5.0-Lithium'
<dependency org="org.opendaylight.neutron" name="integration-test" rev="0.5.0-Lithium">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.neutron', module='integration-test', version='0.5.0-Lithium')
)
libraryDependencies += "org.opendaylight.neutron" % "integration-test" % "0.5.0-Lithium"
[org.opendaylight.neutron/integration-test "0.5.0-Lithium"]