i

icefrog-bom

提供丰富的Java工具方法,此模块为icefrog所有模块汇总,最终形式为拆分开的多个jar包,可以通过exclude方式排除不需要的模块
https://github.com/whaleal/icefrog
文件下载
文件名 操作
icefrog-bom-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.whaleal</groupId>
  <artifactId>icefrog-bom</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.whaleal:icefrog-bom:1.0.0'
Gradle Kotlin
implementation("io.github.whaleal:icefrog-bom:1.0.0")
Scala SBT
libraryDependencies += "io.github.whaleal" % "icefrog-bom" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.whaleal', module='icefrog-bom', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.whaleal" name="icefrog-bom" rev="1.0.0" />
Leiningen
[io.github.whaleal/icefrog-bom "1.0.0"]
Apache Buildr
'io.github.whaleal:icefrog-bom:jar:1.0.0'