i

ietf-restconf

${project.artifactId}
Files download
File Operation
ietf-restconf-2013.10.19.15.10.jar download
ietf-restconf-2013.10.19.15.10.pom download
ietf-restconf-2013.10.19.15.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.mdsal.model</groupId>
  <artifactId>ietf-restconf</artifactId>
  <version>2013.10.19.15.10</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.mdsal.model:ietf-restconf:2013.10.19.15.10'
Gradle Kotlin
implementation("org.opendaylight.mdsal.model:ietf-restconf:2013.10.19.15.10")
Scala SBT
libraryDependencies += "org.opendaylight.mdsal.model" % "ietf-restconf" % "2013.10.19.15.10"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.mdsal.model', module='ietf-restconf', version='2013.10.19.15.10')
)
Apache Ivy
<dependency org="org.opendaylight.mdsal.model" name="ietf-restconf" rev="2013.10.19.15.10" />
Leiningen
[org.opendaylight.mdsal.model/ietf-restconf "2013.10.19.15.10"]
Apache Buildr
'org.opendaylight.mdsal.model:ietf-restconf:jar:2013.10.19.15.10'