is not current version
Last Version 1.3.1

io.pleo:prop-core 1.1.0

Dynamic properties for you Java app

GroupId

GroupId

io.pleo
ArtifactId

ArtifactId

prop-core
Version

Version

1.1.0
Type

Type

jar

Download prop-core 1.1.0


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