Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.opendaylight.integration |
ArtifactId | ArtifactIdfeatures-integration-index |
Version | Version0.6.3-Carbon |
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.6.3-Carbon</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/features-integration-index/
implementation 'org.opendaylight.integration:features-integration-index:0.6.3-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.integration/features-integration-index/
implementation ("org.opendaylight.integration:features-integration-index:0.6.3-Carbon")
'org.opendaylight.integration:features-integration-index:jar:0.6.3-Carbon'
<dependency org="org.opendaylight.integration" name="features-integration-index" rev="0.6.3-Carbon">
<artifact name="features-integration-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='features-integration-index', version='0.6.3-Carbon')
)
libraryDependencies += "org.opendaylight.integration" % "features-integration-index" % "0.6.3-Carbon"
[org.opendaylight.integration/features-integration-index "0.6.3-Carbon"]