| License |
License |
|---|---|
| GroupId | GroupIdorg.syphr |
| ArtifactId | ArtifactIdprom |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProm
Prom provides easy access to and lifecycle management for properties files in Java.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationGregory P. Moyer |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| prom-2.1.1.pom | |
| prom-2.1.1.jar | 38 KB |
| prom-2.1.1-sources.jar | 31 KB |
| prom-2.1.1-javadoc.jar | 88 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.syphr/prom/ -->
<dependency>
<groupId>org.syphr</groupId>
<artifactId>prom</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.syphr/prom/
implementation 'org.syphr:prom:2.1.1'
// https://jarcasting.com/artifacts/org.syphr/prom/
implementation ("org.syphr:prom:2.1.1")
'org.syphr:prom:jar:2.1.1'
<dependency org="org.syphr" name="prom" rev="2.1.1">
<artifact name="prom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.syphr', module='prom', version='2.1.1')
)
libraryDependencies += "org.syphr" % "prom" % "2.1.1"
[org.syphr/prom "2.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| commons-io : commons-io | jar | 2.0.1 |
| org.easymock : easymock | jar | 3.0 |