文件下载
文件名 操作
common-response-structure-1.0.5.jar 下载
common-response-structure-1.0.5.pom 下载
common-response-structure-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.fsixteen</groupId>
  <artifactId>common-response-structure</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.fsixteen:common-response-structure:1.0.5'
Gradle Kotlin
implementation("io.github.fsixteen:common-response-structure:1.0.5")
Scala SBT
libraryDependencies += "io.github.fsixteen" % "common-response-structure" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.fsixteen', module='common-response-structure', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.fsixteen" name="common-response-structure" rev="1.0.5" />
Leiningen
[io.github.fsixteen/common-response-structure "1.0.5"]
Apache Buildr
'io.github.fsixteen:common-response-structure:jar:1.0.5'