is not current version
Last Version 2022.25.6

jch 1.0.0

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

License

License

Mulan Permissive Software License,Version 2
GroupId

GroupId

com.github.jchanghong
ArtifactId

ArtifactId

jch-parent
Version

Version

1.0.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/jchanghong/jch-tools

Download jch-parent 1.0.0

Filename Size
jch-parent-1.0.0.pom 10 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.20

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

  • jch-all
  • jch-min