文件下载
文件名 操作
content-api-models-json-11.26.jar 下载
content-api-models-json-11.26.pom 下载
content-api-models-json-11.26-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gu</groupId>
  <artifactId>content-api-models-json</artifactId>
  <version>11.26</version>
</dependency>
Gradle Groovy
implementation 'com.gu:content-api-models-json:11.26'
Gradle Kotlin
implementation("com.gu:content-api-models-json:11.26")
Scala SBT
libraryDependencies += "com.gu" % "content-api-models-json" % "11.26"
Groovy Grape
@Grapes(
  @Grab(group='com.gu', module='content-api-models-json', version='11.26')
)
Apache Ivy
<dependency org="com.gu" name="content-api-models-json" rev="11.26" />
Leiningen
[com.gu/content-api-models-json "11.26"]
Apache Buildr
'com.gu:content-api-models-json:jar:11.26'