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