| License |
License |
|---|---|
| GroupId | GroupIdcom.zhituanbox |
| ArtifactId | ArtifactIdzhituanbox-core |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionzhituanbox-core
核心类,包含通用业务处理、工具类等,帮助快速实现业务
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| zhituanbox-core-1.1.0.pom | |
| zhituanbox-core-1.1.0.jar | 56 KB |
| zhituanbox-core-1.1.0-sources.jar | 44 KB |
| zhituanbox-core-1.1.0-javadoc.jar | 345 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.3.RELEASE |