License |
License |
---|---|
GroupId | GroupIdio.github.whaleal |
ArtifactId | ArtifactIdicefrog-all |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionicefrog-all
icefrog是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。
|
Project URL |
Project URL |
Filename | Size |
---|---|
icefrog-all-1.0.0.pom | |
icefrog-all-1.0.0.jar | 2 MB |
icefrog-all-1.0.0-sources.jar | 1 MB |
icefrog-all-1.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.whaleal/icefrog-all/ -->
<dependency>
<groupId>io.github.whaleal</groupId>
<artifactId>icefrog-all</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.whaleal/icefrog-all/
implementation 'io.github.whaleal:icefrog-all:1.0.0'
// https://jarcasting.com/artifacts/io.github.whaleal/icefrog-all/
implementation ("io.github.whaleal:icefrog-all:1.0.0")
'io.github.whaleal:icefrog-all:jar:1.0.0'
<dependency org="io.github.whaleal" name="icefrog-all" rev="1.0.0">
<artifact name="icefrog-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.whaleal', module='icefrog-all', version='1.0.0')
)
libraryDependencies += "io.github.whaleal" % "icefrog-all" % "1.0.0"
[io.github.whaleal/icefrog-all "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.projectlombok : lombok | jar | 1.18.20 |