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