yhan-base
基础类,工具类
| License |
License |
|---|---|
| GroupId | GroupIdio.github.wuda0112 |
| ArtifactId | ArtifactIdyhan-base |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionyhan-base
基于spring boot,统一管理依赖和插件.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| yhan-base-1.0.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.wuda0112/yhan-base/ -->
<dependency>
<groupId>io.github.wuda0112</groupId>
<artifactId>yhan-base</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wuda0112/yhan-base/
implementation 'io.github.wuda0112:yhan-base:1.0.0'
// https://jarcasting.com/artifacts/io.github.wuda0112/yhan-base/
implementation ("io.github.wuda0112:yhan-base:1.0.0")
'io.github.wuda0112:yhan-base:pom:1.0.0'
<dependency org="io.github.wuda0112" name="yhan-base" rev="1.0.0">
<artifact name="yhan-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.wuda0112', module='yhan-base', version='1.0.0')
)
libraryDependencies += "io.github.wuda0112" % "yhan-base" % "1.0.0"
[io.github.wuda0112/yhan-base "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.koloboke : koloboke-api-jdk8 | jar | 1.0.0 |
| org.projectlombok : lombok Optional | jar | 1.18.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.koloboke : koloboke-impl-jdk8 | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
基础类,工具类