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