GroupId | GroupIdorg.opendaylight.dlux |
---|---|
ArtifactId | ArtifactIdfeatures-dlux |
Version | Version0.2.0-Lithium |
Type | Typejar |
Filename | Size |
---|---|
features-dlux-0.2.0-Lithium.pom | |
features-dlux-0.2.0-Lithium.jar | 3 KB |
features-dlux-0.2.0-Lithium-features.xml | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.dlux/features-dlux/ -->
<dependency>
<groupId>org.opendaylight.dlux</groupId>
<artifactId>features-dlux</artifactId>
<version>0.2.0-Lithium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.dlux/features-dlux/
implementation 'org.opendaylight.dlux:features-dlux:0.2.0-Lithium'
// https://jarcasting.com/artifacts/org.opendaylight.dlux/features-dlux/
implementation ("org.opendaylight.dlux:features-dlux:0.2.0-Lithium")
'org.opendaylight.dlux:features-dlux:jar:0.2.0-Lithium'
<dependency org="org.opendaylight.dlux" name="features-dlux" rev="0.2.0-Lithium">
<artifact name="features-dlux" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.dlux', module='features-dlux', version='0.2.0-Lithium')
)
libraryDependencies += "org.opendaylight.dlux" % "features-dlux" % "0.2.0-Lithium"
[org.opendaylight.dlux/features-dlux "0.2.0-Lithium"]