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