is not current version
Last Version 2.1.1

de.poiu.apron:apron 2.0.1

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

GroupId

GroupId

de.poiu.apron
ArtifactId

ArtifactId

apron
Version

Version

2.0.1
Type

Type

jar

Download apron 2.0.1


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