toolkit
一些工作中经常用到的配置类、工具类等。
用法
jdk版本
大于等于1.8
maven依赖
<dependency>
<groupId>red.zyc.toolkit</groupId>
<artifactId>kit-{Module Name}</artifactId>
<version>1.0.1</version>
</dependency>
| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdred.zyc.toolkit |
| ArtifactId | ArtifactIdkit-json |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontoolkit
|
| Filename | Size |
|---|---|
| kit-json-1.0.2.pom | |
| kit-json-1.0.2.jar | 10 KB |
| kit-json-1.0.2-sources.jar | 9 KB |
| kit-json-1.0.2-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/red.zyc.toolkit/kit-json/ -->
<dependency>
<groupId>red.zyc.toolkit</groupId>
<artifactId>kit-json</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/red.zyc.toolkit/kit-json/
implementation 'red.zyc.toolkit:kit-json:1.0.2'
// https://jarcasting.com/artifacts/red.zyc.toolkit/kit-json/
implementation ("red.zyc.toolkit:kit-json:1.0.2")
'red.zyc.toolkit:kit-json:jar:1.0.2'
<dependency org="red.zyc.toolkit" name="kit-json" rev="1.0.2">
<artifact name="kit-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='red.zyc.toolkit', module='kit-json', version='1.0.2')
)
libraryDependencies += "red.zyc.toolkit" % "kit-json" % "1.0.2"
[red.zyc.toolkit/kit-json "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
| com.google.code.gson : gson | jar | 2.8.6 |
| red.zyc.toolkit : kit-core | jar | 1.0.2 |
| red.zyc.toolkit : kit-common | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.3 |
一些工作中经常用到的配置类、工具类等。
大于等于1.8
<dependency>
<groupId>red.zyc.toolkit</groupId>
<artifactId>kit-{Module Name}</artifactId>
<version>1.0.1</version>
</dependency>