License |
License |
---|---|
Categories |
CategoriesErdos Business Logic Libraries Science |
GroupId | GroupIdcom.ckkloverdos |
ArtifactId | ArtifactIdsysprop |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSysprop
This tiny library provides the utility classes SysProp and SysEnv that abstract JVM system properties and environment variables respectively.
For convenience, all default System.getProperties are mapped to SysProps
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sysprop-0.5.1.pom | |
sysprop-0.5.1.jar | 31 KB |
sysprop-0.5.1-sources.jar | 6 KB |
sysprop-0.5.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ckkloverdos/sysprop/ -->
<dependency>
<groupId>com.ckkloverdos</groupId>
<artifactId>sysprop</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ckkloverdos/sysprop/
implementation 'com.ckkloverdos:sysprop:0.5.1'
// https://jarcasting.com/artifacts/com.ckkloverdos/sysprop/
implementation ("com.ckkloverdos:sysprop:0.5.1")
'com.ckkloverdos:sysprop:jar:0.5.1'
<dependency org="com.ckkloverdos" name="sysprop" rev="0.5.1">
<artifact name="sysprop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ckkloverdos', module='sysprop', version='0.5.1')
)
libraryDependencies += "com.ckkloverdos" % "sysprop" % "0.5.1"
[com.ckkloverdos/sysprop "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.1 |
com.ckkloverdos : maybe | jar | 0.5.0 |
com.ckkloverdos : converter | jar | 0.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |