j

jch-parent

JCH是一个小而全的Java和kotlin工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。
https://github.com/jchanghong/jch-tools
Mulan Permissive Software License,Version 2
jch
Files download
File Operation
jch-parent-0.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.jchanghong</groupId>
  <artifactId>jch-parent</artifactId>
  <version>0.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.jchanghong:jch-parent:0.1.1'
Gradle Kotlin
implementation("com.github.jchanghong:jch-parent:0.1.1")
Scala SBT
libraryDependencies += "com.github.jchanghong" % "jch-parent" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jchanghong', module='jch-parent', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.jchanghong" name="jch-parent" rev="0.1.1" />
Leiningen
[com.github.jchanghong/jch-parent "0.1.1"]
Apache Buildr
'com.github.jchanghong:jch-parent:jar:0.1.1'