Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.gu |
ArtifactId | ArtifactIdcontent-api-models-json |
Version | Version10.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gu/content-api-models-json/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>content-api-models-json</artifactId>
<version>10.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/content-api-models-json/
implementation 'com.gu:content-api-models-json:10.12'
// https://jarcasting.com/artifacts/com.gu/content-api-models-json/
implementation ("com.gu:content-api-models-json:10.12")
'com.gu:content-api-models-json:jar:10.12'
<dependency org="com.gu" name="content-api-models-json" rev="10.12">
<artifact name="content-api-models-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='content-api-models-json', version='10.12')
)
libraryDependencies += "com.gu" % "content-api-models-json" % "10.12"
[com.gu/content-api-models-json "10.12"]