a

aaa-authn-store

Files download
File Operation
aaa-authn-store-0.5.0-Carbon.jar download
aaa-authn-store-0.5.0-Carbon.pom download
aaa-authn-store-0.5.0-Carbon-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.aaa</groupId>
  <artifactId>aaa-authn-store</artifactId>
  <version>0.5.0-Carbon</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.aaa:aaa-authn-store:0.5.0-Carbon'
Gradle Kotlin
implementation("org.opendaylight.aaa:aaa-authn-store:0.5.0-Carbon")
Scala SBT
libraryDependencies += "org.opendaylight.aaa" % "aaa-authn-store" % "0.5.0-Carbon"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.aaa', module='aaa-authn-store', version='0.5.0-Carbon')
)
Apache Ivy
<dependency org="org.opendaylight.aaa" name="aaa-authn-store" rev="0.5.0-Carbon" />
Leiningen
[org.opendaylight.aaa/aaa-authn-store "0.5.0-Carbon"]
Apache Buildr
'org.opendaylight.aaa:aaa-authn-store:jar:0.5.0-Carbon'