License |
License
Mulan Permissive Software License,Version 2
|
---|---|
GroupId | GroupIdcom.github.jchanghong |
ArtifactId | ArtifactIdjch-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionjch
JCH是一个小而全的Java和kotlin工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。
|
Project URL |
Project URL |
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"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |