e

easy-do-utils

utils工具包
文件下载
文件名 操作
easy-do-utils-0.0.3.jar 下载
easy-do-utils-0.0.3.pom 下载
easy-do-utils-0.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.easy-do</groupId>
  <artifactId>easy-do-utils</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.easy-do:easy-do-utils:0.0.3'
Gradle Kotlin
implementation("io.github.easy-do:easy-do-utils:0.0.3")
Scala SBT
libraryDependencies += "io.github.easy-do" % "easy-do-utils" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.easy-do', module='easy-do-utils', version='0.0.3')
)
Apache Ivy
<dependency org="io.github.easy-do" name="easy-do-utils" rev="0.0.3" />
Leiningen
[io.github.easy-do/easy-do-utils "0.0.3"]
Apache Buildr
'io.github.easy-do:easy-do-utils:jar:0.0.3'