a

aaa-h2-store

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