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