a

aeon-commons-properties

This library is used to read/write properties with support for .yaml or .json format
Files download
File Operation
aeon-commons-properties-2.0.0-rc5.jar download
aeon-commons-properties-2.0.0-rc5.pom download
aeon-commons-properties-2.0.0-rc5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aeontronix.aeon-commons</groupId>
  <artifactId>aeon-commons-properties</artifactId>
  <version>2.0.0-rc5</version>
</dependency>
Gradle Groovy
implementation 'com.aeontronix.aeon-commons:aeon-commons-properties:2.0.0-rc5'
Gradle Kotlin
implementation("com.aeontronix.aeon-commons:aeon-commons-properties:2.0.0-rc5")
Scala SBT
libraryDependencies += "com.aeontronix.aeon-commons" % "aeon-commons-properties" % "2.0.0-rc5"
Groovy Grape
@Grapes(
  @Grab(group='com.aeontronix.aeon-commons', module='aeon-commons-properties', version='2.0.0-rc5')
)
Apache Ivy
<dependency org="com.aeontronix.aeon-commons" name="aeon-commons-properties" rev="2.0.0-rc5" />
Leiningen
[com.aeontronix.aeon-commons/aeon-commons-properties "2.0.0-rc5"]
Apache Buildr
'com.aeontronix.aeon-commons:aeon-commons-properties:jar:2.0.0-rc5'