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