| GroupId | GroupIdcom.gu |
|---|---|
| ArtifactId | ArtifactIdcontent-api-models |
| Version | Version11.22 |
| Type | Typejar |
| Filename | Size |
|---|---|
| content-api-models-11.22.pom | |
| content-api-models-11.22.jar | 9 KB |
| content-api-models-11.22-sources.jar | 9 KB |
| content-api-models-11.22-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gu/content-api-models/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>content-api-models</artifactId>
<version>11.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/content-api-models/
implementation 'com.gu:content-api-models:11.22'
// https://jarcasting.com/artifacts/com.gu/content-api-models/
implementation ("com.gu:content-api-models:11.22")
'com.gu:content-api-models:jar:11.22'
<dependency org="com.gu" name="content-api-models" rev="11.22">
<artifact name="content-api-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='content-api-models', version='11.22')
)
libraryDependencies += "com.gu" % "content-api-models" % "11.22"
[com.gu/content-api-models "11.22"]