https://github.com/echocat/units4j
Sets of units to use within Java.
https://github.com/echocat/units4j
byte java units
Last synced: about 1 year ago
JSON representation
Sets of units to use within Java.
- Host: GitHub
- URL: https://github.com/echocat/units4j
- Owner: echocat
- License: mit
- Created: 2017-04-06T12:49:47.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T06:44:20.000Z (about 1 year ago)
- Last Synced: 2025-04-08T07:37:49.493Z (about 1 year ago)
- Topics: byte, java, units
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# units4j
[](https://maven-badges.herokuapp.com/maven-central/org.echocat.units4j/units4j)
Sets of units to use within Java.
## Topics
* [Getting started](#getting-started)
* [Contributing](#contributing)
* [License](#license)
## Getting started
### Dependency
#### 1. Register our repository (optional)
You can directly register our repository if you want always the latest version. The central can be versions behind.
##### Maven
```xml
central
https://repo.maven.apache.org/maven2
echocat
https://packages.echocat.org/maven
```
##### Gradle
```groovy
repositories {
mavenCentral()
maven {
url "https://packages.echocat.org/maven"
}
}
```
#### 2. Pick your version
[](https://maven-badges.herokuapp.com/maven-central/org.echocat.units4j/units4j)
Find your desired version you want to install (usually the latest one) [by looking it up in our repository](https://github.com/echocat/units4j/packages/) or directly at [the Maven Central](http://search.maven.org/#search|ga|1|g:org.echocat.units4j%20AND%20a:units4j).
#### 3. Add the dependency
##### Maven
```xml
org.echocat.units4j
units4j
```
##### Gradle
```groovy
compile 'org.echocat.units4j:units4j:'
```
## Contributing
units4j is an open source project of [echocat](https://echocat.org). So if you want to make this project even better, you can
contribute to this project on [GitHub](https://github.com/echocat/units4j) by
[fork us](https://github.com/echocat/units4j/fork).
If you commit code to this project you have to accept that this code will be released under the [license](#license) of this project.
## License
See [LICENSE](LICENSE) file.