r

roboconf-core

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