Last Version

kbtool-parent 2.7.0

支持java和kotlin混合编程的maven项目,把后端基本常用的库全部引入,避免到处找依赖

License

License

GroupId

GroupId

com.github.jchanghong
ArtifactId

ArtifactId

kbtool-parent
Version

Version

2.7.0
Type

Type

pom
Description

Description

kbtool-parent
支持java和kotlin混合编程的maven项目,把后端基本常用的库全部引入,避免到处找依赖
Project URL

Project URL

https://github.com/jchanghong/kotlin-backend-tool-library.git

Download kbtool-parent 2.7.0

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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.6.21
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.24

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.7.0
org.junit.vintage : junit-vintage-engine jar

Project Modules

  • kbtool-lib