f

features-transportpce

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