zhituanbox-core

核心类,包含通用业务处理、工具类等,帮助快速实现业务

License

License

GroupId

GroupId

com.zhituanbox
ArtifactId

ArtifactId

zhituanbox-core
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

zhituanbox-core
核心类,包含通用业务处理、工具类等,帮助快速实现业务
Project URL

Project URL

https://gitee.com/liuyangbox/zhituanbox-core
Source Code Management

Source Code Management

https://gitee.com/liuyangbox/zhituanbox-core

Download zhituanbox-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.zhituanbox/zhituanbox-core/ -->
<dependency>
    <groupId>com.zhituanbox</groupId>
    <artifactId>zhituanbox-core</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zhituanbox/zhituanbox-core/
implementation 'com.zhituanbox:zhituanbox-core:1.1.0'
// https://jarcasting.com/artifacts/com.zhituanbox/zhituanbox-core/
implementation ("com.zhituanbox:zhituanbox-core:1.1.0")
'com.zhituanbox:zhituanbox-core:jar:1.1.0'
<dependency org="com.zhituanbox" name="zhituanbox-core" rev="1.1.0">
  <artifact name="zhituanbox-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zhituanbox', module='zhituanbox-core', version='1.1.0')
)
libraryDependencies += "com.zhituanbox" % "zhituanbox-core" % "1.1.0"
[com.zhituanbox/zhituanbox-core "1.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
cn.hutool : hutool-all jar 5.7.17
org.springframework.boot : spring-boot-starter-validation jar 2.3.3.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.3.3.RELEASE
com.nepxion : banner jar 1.0.2

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.3.3.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0