h

hh-tool

Open source tool class, currently equipped with V2 version WeChat payment
https://github.com/K7487/hh-tool
The Apache Software License, Version 2.0
Han Huang
Files download
File Operation
hh-tool-1.0.5.jar download
hh-tool-1.0.5.pom download
Apache Maven
<dependency>
  <groupId>io.github.K7487</groupId>
  <artifactId>hh-tool</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.K7487:hh-tool:1.0.5'
Gradle Kotlin
implementation("io.github.K7487:hh-tool:1.0.5")
Scala SBT
libraryDependencies += "io.github.K7487" % "hh-tool" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.K7487', module='hh-tool', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.K7487" name="hh-tool" rev="1.0.5" />
Leiningen
[io.github.K7487/hh-tool "1.0.5"]
Apache Buildr
'io.github.K7487:hh-tool:jar:1.0.5'