Files download
File Operation
all-utils-1.0.2-RELEASE.jar download
all-utils-1.0.2-RELEASE.pom download
all-utils-1.0.2-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.woaizhuangbi</groupId>
  <artifactId>all-utils</artifactId>
  <version>1.0.2-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.woaizhuangbi:all-utils:1.0.2-RELEASE'
Gradle Kotlin
implementation("com.woaizhuangbi:all-utils:1.0.2-RELEASE")
Scala SBT
libraryDependencies += "com.woaizhuangbi" % "all-utils" % "1.0.2-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.woaizhuangbi', module='all-utils', version='1.0.2-RELEASE')
)
Apache Ivy
<dependency org="com.woaizhuangbi" name="all-utils" rev="1.0.2-RELEASE" />
Leiningen
[com.woaizhuangbi/all-utils "1.0.2-RELEASE"]
Apache Buildr
'com.woaizhuangbi:all-utils:jar:1.0.2-RELEASE'