c

commons-properties

Library for properties files operations.
Files download
File Operation
commons-properties-1.1.0.jar download
commons-properties-1.1.0.pom download
commons-properties-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.crabs-hue.commons</groupId>
  <artifactId>commons-properties</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.crabs-hue.commons:commons-properties:1.1.0'
Gradle Kotlin
implementation("com.github.crabs-hue.commons:commons-properties:1.1.0")
Scala SBT
libraryDependencies += "com.github.crabs-hue.commons" % "commons-properties" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.crabs-hue.commons', module='commons-properties', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.crabs-hue.commons" name="commons-properties" rev="1.1.0" />
Leiningen
[com.github.crabs-hue.commons/commons-properties "1.1.0"]
Apache Buildr
'com.github.crabs-hue.commons:commons-properties:jar:1.1.0'