s

segmentrouting-app

Trellis control OAR wrapper
http://trellisfabric.org
Files download
File Operation
segmentrouting-app-3.2.0.jar download
segmentrouting-app-3.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.onosproject</groupId>
  <artifactId>segmentrouting-app</artifactId>
  <version>3.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.onosproject:segmentrouting-app:3.2.0'
Gradle Kotlin
implementation("org.onosproject:segmentrouting-app:3.2.0")
Scala SBT
libraryDependencies += "org.onosproject" % "segmentrouting-app" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.onosproject', module='segmentrouting-app', version='3.2.0')
)
Apache Ivy
<dependency org="org.onosproject" name="segmentrouting-app" rev="3.2.0" />
Leiningen
[org.onosproject/segmentrouting-app "3.2.0"]
Apache Buildr
'org.onosproject:segmentrouting-app:jar:3.2.0'