License |
License |
---|---|
GroupId | GroupIdcom.github.jchanghong |
ArtifactId | ArtifactIdjch-parent |
Version | Version2.3.4 |
Type | Typepom |
Description |
Descriptionjch-parent
java支持kotlin和日常常用的工具库打包比如spring,加上自己的一些常用工具,每个项目基本都用到的依赖会包进来
|
Project URL |
Project URL |
Filename | Size |
---|---|
jch-parent-2.3.4.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/jch-parent/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>jch-parent</artifactId>
<version>2.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/jch-parent/
implementation 'com.github.jchanghong:jch-parent:2.3.4'
// https://jarcasting.com/artifacts/com.github.jchanghong/jch-parent/
implementation ("com.github.jchanghong:jch-parent:2.3.4")
'com.github.jchanghong:jch-parent:pom:2.3.4'
<dependency org="com.github.jchanghong" name="jch-parent" rev="2.3.4">
<artifact name="jch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='jch-parent', version='2.3.4')
)
libraryDependencies += "com.github.jchanghong" % "jch-parent" % "2.3.4"
[com.github.jchanghong/jch-parent "2.3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools | jar | 2.3.12.RELEASE |
com.h2database : h2 Optional | jar | 1.4.200 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.12.RELEASE |