d

dlux.common.yangutils.resources

Common Yangutils Module Resources
Files download
File Operation
dlux.common.yangutils.resources-0.1.0-Lithium.jar download
dlux.common.yangutils.resources-0.1.0-Lithium.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.dlux</groupId>
  <artifactId>dlux.common.yangutils.resources</artifactId>
  <version>0.1.0-Lithium</version>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.dlux:dlux.common.yangutils.resources:0.1.0-Lithium'
Gradle Kotlin
implementation("org.opendaylight.dlux:dlux.common.yangutils.resources:0.1.0-Lithium")
Scala SBT
libraryDependencies += "org.opendaylight.dlux" % "dlux.common.yangutils.resources" % "0.1.0-Lithium"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.dlux', module='dlux.common.yangutils.resources', version='0.1.0-Lithium')
)
Apache Ivy
<dependency org="org.opendaylight.dlux" name="dlux.common.yangutils.resources" rev="0.1.0-Lithium" />
Leiningen
[org.opendaylight.dlux/dlux.common.yangutils.resources "0.1.0-Lithium"]
Apache Buildr
'org.opendaylight.dlux:dlux.common.yangutils.resources:jar:0.1.0-Lithium'