t

transportpce-models-artifacts

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