GroupId | GroupIdorg.opendaylight.dlux |
---|---|
ArtifactId | ArtifactIdfeatures-dlux |
Version | Version0.3.1-Beryllium-SR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.dlux/features-dlux/ -->
<dependency>
<groupId>org.opendaylight.dlux</groupId>
<artifactId>features-dlux</artifactId>
<version>0.3.1-Beryllium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.dlux/features-dlux/
implementation 'org.opendaylight.dlux:features-dlux:0.3.1-Beryllium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.dlux/features-dlux/
implementation ("org.opendaylight.dlux:features-dlux:0.3.1-Beryllium-SR1")
'org.opendaylight.dlux:features-dlux:jar:0.3.1-Beryllium-SR1'
<dependency org="org.opendaylight.dlux" name="features-dlux" rev="0.3.1-Beryllium-SR1">
<artifact name="features-dlux" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.dlux', module='features-dlux', version='0.3.1-Beryllium-SR1')
)
libraryDependencies += "org.opendaylight.dlux" % "features-dlux" % "0.3.1-Beryllium-SR1"
[org.opendaylight.dlux/features-dlux "0.3.1-Beryllium-SR1"]