r

roboconf-core

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