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