i

icefrog-core

icefrog核心,包括集合、字符串、Bean等工具
Files download
File Operation
icefrog-core-1.0.0.jar download
icefrog-core-1.0.0.pom download
icefrog-core-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.whaleal</groupId>
  <artifactId>icefrog-core</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.whaleal:icefrog-core:1.0.0'
Gradle Kotlin
implementation("io.github.whaleal:icefrog-core:1.0.0")
Scala SBT
libraryDependencies += "io.github.whaleal" % "icefrog-core" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.whaleal', module='icefrog-core', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.whaleal" name="icefrog-core" rev="1.0.0" />
Leiningen
[io.github.whaleal/icefrog-core "1.0.0"]
Apache Buildr
'io.github.whaleal:icefrog-core:jar:1.0.0'