c

configureme

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