Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.opendaylight.integration |
ArtifactId | ArtifactIdfeatures-integration-index |
Version | Version0.4.4-Beryllium-SR4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/features-integration-index/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>features-integration-index</artifactId>
<version>0.4.4-Beryllium-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/features-integration-index/
implementation 'org.opendaylight.integration:features-integration-index:0.4.4-Beryllium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.integration/features-integration-index/
implementation ("org.opendaylight.integration:features-integration-index:0.4.4-Beryllium-SR4")
'org.opendaylight.integration:features-integration-index:jar:0.4.4-Beryllium-SR4'
<dependency org="org.opendaylight.integration" name="features-integration-index" rev="0.4.4-Beryllium-SR4">
<artifact name="features-integration-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='features-integration-index', version='0.4.4-Beryllium-SR4')
)
libraryDependencies += "org.opendaylight.integration" % "features-integration-index" % "0.4.4-Beryllium-SR4"
[org.opendaylight.integration/features-integration-index "0.4.4-Beryllium-SR4"]