License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdtop.senseiliu |
ArtifactId | ArtifactIdjackson-common |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjackson-common
Jackson utils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jackson-common-1.0.1.pom | |
jackson-common-1.0.1.jar | 16 KB |
jackson-common-1.0.1-sources.jar | 10 KB |
jackson-common-1.0.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.senseiliu/jackson-common/ -->
<dependency>
<groupId>top.senseiliu</groupId>
<artifactId>jackson-common</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.senseiliu/jackson-common/
implementation 'top.senseiliu:jackson-common:1.0.1'
// https://jarcasting.com/artifacts/top.senseiliu/jackson-common/
implementation ("top.senseiliu:jackson-common:1.0.1")
'top.senseiliu:jackson-common:jar:1.0.1'
<dependency org="top.senseiliu" name="jackson-common" rev="1.0.1">
<artifact name="jackson-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.senseiliu', module='jackson-common', version='1.0.1')
)
libraryDependencies += "top.senseiliu" % "jackson-common" % "1.0.1"
[top.senseiliu/jackson-common "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.projectlombok : lombok | jar | 1.18.22 |