f

features-test-plugin

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