https://github.com/fthomas/properly
principled access to system properties
https://github.com/fthomas/properly
Last synced: 12 months ago
JSON representation
principled access to system properties
- Host: GitHub
- URL: https://github.com/fthomas/properly
- Owner: fthomas
- License: apache-2.0
- Created: 2015-04-27T17:33:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T19:20:29.000Z (over 5 years ago)
- Last Synced: 2025-06-16T19:14:39.923Z (12 months ago)
- Language: Scala
- Size: 118 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# properly
[](https://travis-ci.com/fthomas/properly)
[](https://codecov.io/github/fthomas/properly?branch=master)
[](https://gitter.im/fthomas/properly?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://bintray.com/fthomas/maven/properly/_latestVersion)
## Installation
```scala
resolvers += "Frank's Bintray" at "https://dl.bintray.com/fthomas/maven"
libraryDependencies += "eu.timepit" %% "properly" % ""
```
## License
**properly** is licensed under the Apache License, Version 2.0,
available at http://www.apache.org/licenses/LICENSE-2.0 and also in the
[LICENSE](https://github.com/fthomas/properly/blob/master/LICENSE) file.