is not current version
Last Version 2.1.1

de.poiu.apron:apron 1.0.0

Advanced Properties — Read and write Java .properties files in a more sane manner.

GroupId

GroupId

de.poiu.apron
ArtifactId

ArtifactId

apron
Version

Version

1.0.0
Type

Type

jar

Download apron 1.0.0


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