t

toolbox-all

toolbox 全部工具包
Files download
File Operation
toolbox-all-2.7.9.jar download
toolbox-all-2.7.9.pom download
Apache Maven
<dependency>
  <groupId>com.github.hughwick</groupId>
  <artifactId>toolbox-all</artifactId>
  <version>2.7.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.hughwick:toolbox-all:2.7.9'
Gradle Kotlin
implementation("com.github.hughwick:toolbox-all:2.7.9")
Scala SBT
libraryDependencies += "com.github.hughwick" % "toolbox-all" % "2.7.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hughwick', module='toolbox-all', version='2.7.9')
)
Apache Ivy
<dependency org="com.github.hughwick" name="toolbox-all" rev="2.7.9" />
Leiningen
[com.github.hughwick/toolbox-all "2.7.9"]
Apache Buildr
'com.github.hughwick:toolbox-all:jar:2.7.9'