| License |
License
MIT
|
|---|---|
| GroupId | GroupIdorg.echocat.units4j |
| ArtifactId | ArtifactIdunits4j |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionunits4j
Sets of units to use within Java.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| units4j-0.2.pom | |
| units4j-0.2.jar | 18 KB |
| units4j-0.2-sources.jar | 9 KB |
| units4j-0.2-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.echocat.units4j/units4j/ -->
<dependency>
<groupId>org.echocat.units4j</groupId>
<artifactId>units4j</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.units4j/units4j/
implementation 'org.echocat.units4j:units4j:0.2'
// https://jarcasting.com/artifacts/org.echocat.units4j/units4j/
implementation ("org.echocat.units4j:units4j:0.2")
'org.echocat.units4j:units4j:jar:0.2'
<dependency org="org.echocat.units4j" name="units4j" rev="0.2">
<artifact name="units4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.units4j', module='units4j', version='0.2')
)
libraryDependencies += "org.echocat.units4j" % "units4j" % "0.2"
[org.echocat.units4j/units4j "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.echocat : java-unit-test-utils | jar | 0.6 |
| org.mockito : mockito-core | jar | 2.7.18 |