e

easy-do-utils

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