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