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