is not current version
Last Version 1.0.12

org.aeonbits.owner:owner 1.0.2

A simple API to ease Java(TM) property files usage.

Categories

Categories

owner Application Layer Libs Configuration
GroupId

GroupId

org.aeonbits.owner
ArtifactId

ArtifactId

owner
Version

Version

1.0.2
Type

Type

jar

Download owner 1.0.2


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