h

han-tools

han-tools 开发工具类
https://github.com/laichun/han-tools
MIT License
hanson
Files download
File Operation
han-tools-1.0.10.jar download
han-tools-1.0.10.pom download
han-tools-1.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.todostudy</groupId>
  <artifactId>han-tools</artifactId>
  <version>1.0.10</version>
</dependency>
Gradle Groovy
implementation 'com.todostudy:han-tools:1.0.10'
Gradle Kotlin
implementation("com.todostudy:han-tools:1.0.10")
Scala SBT
libraryDependencies += "com.todostudy" % "han-tools" % "1.0.10"
Groovy Grape
@Grapes(
  @Grab(group='com.todostudy', module='han-tools', version='1.0.10')
)
Apache Ivy
<dependency org="com.todostudy" name="han-tools" rev="1.0.10" />
Leiningen
[com.todostudy/han-tools "1.0.10"]
Apache Buildr
'com.todostudy:han-tools:jar:1.0.10'