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