t

toolbox-bean

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