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