r

roboconf-core

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