文件下载
文件名 操作
gsb4j-http-1.0.6.jar 下载
gsb4j-http-1.0.6.pom 下载
gsb4j-http-1.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>kg.net.bazi.gsb4j</groupId>
  <artifactId>gsb4j-http</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'kg.net.bazi.gsb4j:gsb4j-http:1.0.6'
Gradle Kotlin
implementation("kg.net.bazi.gsb4j:gsb4j-http:1.0.6")
Scala SBT
libraryDependencies += "kg.net.bazi.gsb4j" % "gsb4j-http" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='kg.net.bazi.gsb4j', module='gsb4j-http', version='1.0.6')
)
Apache Ivy
<dependency org="kg.net.bazi.gsb4j" name="gsb4j-http" rev="1.0.6" />
Leiningen
[kg.net.bazi.gsb4j/gsb4j-http "1.0.6"]
Apache Buildr
'kg.net.bazi.gsb4j:gsb4j-http:jar:1.0.6'