is not current version
Last Version 2022.25.6

com.github.jchanghong:jch-parent 1.6.232

java支持kotlin和日常常用的工具库打包比如spring,加上自己的一些常用工具,每个项目基本都用到的依赖会包进来

GroupId

GroupId

com.github.jchanghong
ArtifactId

ArtifactId

jch-parent
Version

Version

1.6.232
Type

Type

pom

Download jch-parent 1.6.232

Filename Size
jch-parent-1.6.232.pom 21 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.jchanghong/jch-parent/ -->
<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>jch-parent</artifactId>
    <version>1.6.232</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/jch-parent/
implementation 'com.github.jchanghong:jch-parent:1.6.232'
// https://jarcasting.com/artifacts/com.github.jchanghong/jch-parent/
implementation ("com.github.jchanghong:jch-parent:1.6.232")
'com.github.jchanghong:jch-parent:pom:1.6.232'
<dependency org="com.github.jchanghong" name="jch-parent" rev="1.6.232">
  <artifact name="jch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='jch-parent', version='1.6.232')
)
libraryDependencies += "com.github.jchanghong" % "jch-parent" % "1.6.232"
[com.github.jchanghong/jch-parent "1.6.232"]