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