| GroupId | GroupIdorg.opendaylight.aaa | 
|---|---|
| ArtifactId | ArtifactIdfeatures-aaa-api | 
| Version | Version0.2.4-Lithium-SR4 | 
| 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.4-Lithium-SR4</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.aaa/features-aaa-api/
implementation 'org.opendaylight.aaa:features-aaa-api:0.2.4-Lithium-SR4'// https://jarcasting.com/artifacts/org.opendaylight.aaa/features-aaa-api/
implementation ("org.opendaylight.aaa:features-aaa-api:0.2.4-Lithium-SR4")'org.opendaylight.aaa:features-aaa-api:jar:0.2.4-Lithium-SR4'<dependency org="org.opendaylight.aaa" name="features-aaa-api" rev="0.2.4-Lithium-SR4">
  <artifact name="features-aaa-api" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.aaa', module='features-aaa-api', version='0.2.4-Lithium-SR4')
)libraryDependencies += "org.opendaylight.aaa" % "features-aaa-api" % "0.2.4-Lithium-SR4"[org.opendaylight.aaa/features-aaa-api "0.2.4-Lithium-SR4"]