is not current version
Last Version 2.1.1

org.syphr:prom 2.1

Prom provides easy access to and lifecycle management for properties files in Java.

GroupId

GroupId

org.syphr
ArtifactId

ArtifactId

prom
Version

Version

2.1
Type

Type

jar

Download prom 2.1


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