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