is not current version
Last Version 1.1.71

com.whaleal.icefrog:icefrog-bom 1.0.1

提供丰富的Java工具方法,此模块为icefrog所有模块汇总,最终形式为拆分开的多个jar包,可以通过exclude方式排除不需要的模块

GroupId

GroupId

com.whaleal.icefrog
ArtifactId

ArtifactId

icefrog-bom
Version

Version

1.0.1
Type

Type

pom

Download icefrog-bom 1.0.1

Filename Size
icefrog-bom-1.0.1.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-bom/ -->
<dependency>
    <groupId>com.whaleal.icefrog</groupId>
    <artifactId>icefrog-bom</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-bom/
implementation 'com.whaleal.icefrog:icefrog-bom:1.0.1'
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-bom/
implementation ("com.whaleal.icefrog:icefrog-bom:1.0.1")
'com.whaleal.icefrog:icefrog-bom:pom:1.0.1'
<dependency org="com.whaleal.icefrog" name="icefrog-bom" rev="1.0.1">
  <artifact name="icefrog-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.whaleal.icefrog', module='icefrog-bom', version='1.0.1')
)
libraryDependencies += "com.whaleal.icefrog" % "icefrog-bom" % "1.0.1"
[com.whaleal.icefrog/icefrog-bom "1.0.1"]