j

jch-parent

java支持kotlin和日常常用的工具库打包比如spring,加上自己的一些常用工具,每个项目基本都用到的依赖会包进来
https://github.com/jchanghong/jch-tools
Apache License, Version 2.0
jch
Files download
File Operation
jch-parent-2022.23.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.jchanghong</groupId>
  <artifactId>jch-parent</artifactId>
  <version>2022.23.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.jchanghong:jch-parent:2022.23.1'
Gradle Kotlin
implementation("com.github.jchanghong:jch-parent:2022.23.1")
Scala SBT
libraryDependencies += "com.github.jchanghong" % "jch-parent" % "2022.23.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jchanghong', module='jch-parent', version='2022.23.1')
)
Apache Ivy
<dependency org="com.github.jchanghong" name="jch-parent" rev="2022.23.1" />
Leiningen
[com.github.jchanghong/jch-parent "2022.23.1"]
Apache Buildr
'com.github.jchanghong:jch-parent:jar:2022.23.1'