t

transportpce-models-artifacts

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