is not current version
Last Version 1.0.12

org.aeonbits.owner:owner 1.0.9

Get rid of the boilerplate code in Java properties based configuration.

Categories

Categories

owner Application Layer Libs Configuration
GroupId

GroupId

org.aeonbits.owner
ArtifactId

ArtifactId

owner
Version

Version

1.0.9
Type

Type

jar

Download owner 1.0.9


<!-- https://jarcasting.com/artifacts/org.aeonbits.owner/owner/ -->
<dependency>
    <groupId>org.aeonbits.owner</groupId>
    <artifactId>owner</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.aeonbits.owner/owner/
implementation 'org.aeonbits.owner:owner:1.0.9'
// https://jarcasting.com/artifacts/org.aeonbits.owner/owner/
implementation ("org.aeonbits.owner:owner:1.0.9")
'org.aeonbits.owner:owner:jar:1.0.9'
<dependency org="org.aeonbits.owner" name="owner" rev="1.0.9">
  <artifact name="owner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aeonbits.owner', module='owner', version='1.0.9')
)
libraryDependencies += "org.aeonbits.owner" % "owner" % "1.0.9"
[org.aeonbits.owner/owner "1.0.9"]