is not current version
Last Version 1.3.1

io.pleo:prop-core 1.0.2

Dynamic properties for you Java app

GroupId

GroupId

io.pleo
ArtifactId

ArtifactId

prop-core
Version

Version

1.0.2
Type

Type

jar

Download prop-core 1.0.2


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