t

transportpce-models-artifacts

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