is not current version
Last Version 2022.25.6

com.github.jchanghong:jch-all 0.1

JCH是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。

GroupId

GroupId

com.github.jchanghong
ArtifactId

ArtifactId

jch-all
Version

Version

0.1
Type

Type

jar

Download jch-all 0.1


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