License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdcom.github.fge |
ArtifactId | ArtifactIdjackson-numequals |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjackson-numequals
Recursive mathematical equivalence for Jackson's numeric JsonNode instances
|
Filename | Size |
---|---|
jackson-numequals-1.0.pom | |
jackson-numequals-1.0.jar | 9 KB |
jackson-numequals-1.0-sources.jar | 7 KB |
jackson-numequals-1.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fge/jackson-numequals/ -->
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>jackson-numequals</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fge/jackson-numequals/
implementation 'com.github.fge:jackson-numequals:1.0'
// https://jarcasting.com/artifacts/com.github.fge/jackson-numequals/
implementation ("com.github.fge:jackson-numequals:1.0")
'com.github.fge:jackson-numequals:jar:1.0'
<dependency org="com.github.fge" name="jackson-numequals" rev="1.0">
<artifact name="jackson-numequals" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fge', module='jackson-numequals', version='1.0')
)
libraryDependencies += "com.github.fge" % "jackson-numequals" % "1.0"
[com.github.fge/jackson-numequals "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.1.4 |
com.google.guava : guava | jar | 14.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8 |