License |
License
Mulan Permissive Software License,Version 2
|
---|---|
GroupId | GroupIdcom.github.jchanghong |
ArtifactId | ArtifactIdjch-all |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionjch-all
JCH是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。
|
Filename | Size |
---|---|
jch-all-1.0.0.pom | |
jch-all-1.0.0.jar | 3 KB |
jch-all-1.0.0-sources.jar | 5 KB |
jch-all-1.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/jch-all/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>jch-all</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/jch-all/
implementation 'com.github.jchanghong:jch-all:1.0.0'
// https://jarcasting.com/artifacts/com.github.jchanghong/jch-all/
implementation ("com.github.jchanghong:jch-all:1.0.0")
'com.github.jchanghong:jch-all:jar:1.0.0'
<dependency org="com.github.jchanghong" name="jch-all" rev="1.0.0">
<artifact name="jch-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='jch-all', version='1.0.0')
)
libraryDependencies += "com.github.jchanghong" % "jch-all" % "1.0.0"
[com.github.jchanghong/jch-all "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.12.RELEASE |
junit : junit | jar | 4.13.2 |