Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.aaa |
ArtifactId | ArtifactIdauthz-restconf-config |
Version | Version0.1.4-Helium-SR4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.aaa/authz-restconf-config/ -->
<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>authz-restconf-config</artifactId>
<version>0.1.4-Helium-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.aaa/authz-restconf-config/
implementation 'org.opendaylight.aaa:authz-restconf-config:0.1.4-Helium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.aaa/authz-restconf-config/
implementation ("org.opendaylight.aaa:authz-restconf-config:0.1.4-Helium-SR4")
'org.opendaylight.aaa:authz-restconf-config:jar:0.1.4-Helium-SR4'
<dependency org="org.opendaylight.aaa" name="authz-restconf-config" rev="0.1.4-Helium-SR4">
<artifact name="authz-restconf-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.aaa', module='authz-restconf-config', version='0.1.4-Helium-SR4')
)
libraryDependencies += "org.opendaylight.aaa" % "authz-restconf-config" % "0.1.4-Helium-SR4"
[org.opendaylight.aaa/authz-restconf-config "0.1.4-Helium-SR4"]