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