Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.gu |
ArtifactId | ArtifactIdcontent-api-client_2.10 |
Version | Version7.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gu/content-api-client_2.10/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>content-api-client_2.10</artifactId>
<version>7.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/content-api-client_2.10/
implementation 'com.gu:content-api-client_2.10:7.15'
// https://jarcasting.com/artifacts/com.gu/content-api-client_2.10/
implementation ("com.gu:content-api-client_2.10:7.15")
'com.gu:content-api-client_2.10:jar:7.15'
<dependency org="com.gu" name="content-api-client_2.10" rev="7.15">
<artifact name="content-api-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='content-api-client_2.10', version='7.15')
)
libraryDependencies += "com.gu" % "content-api-client_2.10" % "7.15"
[com.gu/content-api-client_2.10 "7.15"]