a

aaa-authn-odl-plugin

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