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