a

aaa-authn-store

文件下载
文件名 操作
aaa-authn-store-0.5.4-Carbon.jar 下载
aaa-authn-store-0.5.4-Carbon.pom 下载
aaa-authn-store-0.5.4-Carbon-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.aaa</groupId>
  <artifactId>aaa-authn-store</artifactId>
  <version>0.5.4-Carbon</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.aaa:aaa-authn-store:0.5.4-Carbon'
Gradle Kotlin
implementation("org.opendaylight.aaa:aaa-authn-store:0.5.4-Carbon")
Scala SBT
libraryDependencies += "org.opendaylight.aaa" % "aaa-authn-store" % "0.5.4-Carbon"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.aaa', module='aaa-authn-store', version='0.5.4-Carbon')
)
Apache Ivy
<dependency org="org.opendaylight.aaa" name="aaa-authn-store" rev="0.5.4-Carbon" />
Leiningen
[org.opendaylight.aaa/aaa-authn-store "0.5.4-Carbon"]
Apache Buildr
'org.opendaylight.aaa:aaa-authn-store:jar:0.5.4-Carbon'