<dependency> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-h2-store</artifactId> <version>0.6.3</version> <type>bundle</type> </dependency>
implementation 'org.opendaylight.aaa:aaa-h2-store:0.6.3'
implementation("org.opendaylight.aaa:aaa-h2-store:0.6.3")
libraryDependencies += "org.opendaylight.aaa" % "aaa-h2-store" % "0.6.3"
@Grapes( @Grab(group='org.opendaylight.aaa', module='aaa-h2-store', version='0.6.3') )
<dependency org="org.opendaylight.aaa" name="aaa-h2-store" rev="0.6.3" />
[org.opendaylight.aaa/aaa-h2-store "0.6.3"]
'org.opendaylight.aaa:aaa-h2-store:jar:0.6.3'
<parent> <groupId>org.opendaylight.aaa</groupId> <artifactId>aaa-parent</artifactId> <version>0.6.3</version> </parent>
compile
|-- org.apache.commons:commons-lang3
|-- org.opendaylight.aaa:aaa-authn-api
|-- org.immutables:value
|-- net.sf.ehcache:ehcache
|-- com.google.guava:guava
|-- com.h2database:h2
|-- com.google.truth:truth
test
|-- junit:junit
|-- org.mockito:mockito-core
|-- org.opendaylight.aaa:aaa-shiro