i

infrautils-artifacts

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