h

han-common-tools

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