License |
License |
---|---|
GroupId | GroupIdcom.github.jchanghong |
ArtifactId | ArtifactIdkbtool-parent |
Last Version | Last Version2.7.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionkbtool-parent
支持java和kotlin混合编程的maven项目,把后端基本常用的库全部引入,避免到处找依赖
|
Project URL |
Project URL |
Filename | Size |
---|---|
kbtool-parent-2.7.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/kbtool-parent/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>kbtool-parent</artifactId>
<version>2.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/kbtool-parent/
implementation 'com.github.jchanghong:kbtool-parent:2.7.0'
// https://jarcasting.com/artifacts/com.github.jchanghong/kbtool-parent/
implementation ("com.github.jchanghong:kbtool-parent:2.7.0")
'com.github.jchanghong:kbtool-parent:pom:2.7.0'
<dependency org="com.github.jchanghong" name="kbtool-parent" rev="2.7.0">
<artifact name="kbtool-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='kbtool-parent', version='2.7.0')
)
libraryDependencies += "com.github.jchanghong" % "kbtool-parent" % "2.7.0"
[com.github.jchanghong/kbtool-parent "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |
org.junit.vintage : junit-vintage-engine | jar |