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