is not current version
Last Version 2022.25.6

com.github.jchanghong:jch-parent 0.1.2

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

GroupId

GroupId

com.github.jchanghong
ArtifactId

ArtifactId

jch-parent
Version

Version

0.1.2
Type

Type

pom

Download jch-parent 0.1.2

Filename Size
jch-parent-0.1.2.pom 16 KB
Browse

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