a

aaa-credential-store-api

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