h

han-common-tools

Files download
File Operation
han-common-tools-1.1.7.jar download
han-common-tools-1.1.7.pom download
han-common-tools-1.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.todostudy</groupId>
  <artifactId>han-common-tools</artifactId>
  <version>1.1.7</version>
</dependency>
Gradle Groovy
implementation 'com.todostudy:han-common-tools:1.1.7'
Gradle Kotlin
implementation("com.todostudy:han-common-tools:1.1.7")
Scala SBT
libraryDependencies += "com.todostudy" % "han-common-tools" % "1.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.todostudy', module='han-common-tools', version='1.1.7')
)
Apache Ivy
<dependency org="com.todostudy" name="han-common-tools" rev="1.1.7" />
Leiningen
[com.todostudy/han-common-tools "1.1.7"]
Apache Buildr
'com.todostudy:han-common-tools:jar:1.1.7'