| License |
License
BSD
|
|---|---|
| Categories |
CategoriesJackson Data JSON |
| GroupId | GroupIdtech.uom.lib |
| ArtifactId | ArtifactIduom-lib-jackson |
| Last Version | Last Version2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUnits of Measurement Jackson Library
Contains custom serializers and deserializers for JSR 385
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| uom-lib-jackson-2.1.pom | |
| uom-lib-jackson-2.1.jar | 9 KB |
| uom-lib-jackson-2.1-tests.jar | 8 KB |
| uom-lib-jackson-2.1-sources.jar | 8 KB |
| uom-lib-jackson-2.1-javadoc.jar | 386 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.uom.lib/uom-lib-jackson/ -->
<dependency>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib-jackson</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.uom.lib/uom-lib-jackson/
implementation 'tech.uom.lib:uom-lib-jackson:2.1'
// https://jarcasting.com/artifacts/tech.uom.lib/uom-lib-jackson/
implementation ("tech.uom.lib:uom-lib-jackson:2.1")
'tech.uom.lib:uom-lib-jackson:jar:2.1'
<dependency org="tech.uom.lib" name="uom-lib-jackson" rev="2.1">
<artifact name="uom-lib-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.uom.lib', module='uom-lib-jackson', version='2.1')
)
libraryDependencies += "tech.uom.lib" % "uom-lib-jackson" % "2.1"
[tech.uom.lib/uom-lib-jackson "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.measure : unit-api | jar | 2.1 |
| tech.units : indriya | jar | 2.1.2 |
| systems.uom : systems-quantity | jar | 2.1 |
| systems.uom : systems-ucum | jar | 2.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.11.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.platform : junit-platform-launcher | jar | 1.1.0 |
| org.junit.platform : junit-platform-runner | jar | 1.1.0 |