Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.gu |
ArtifactId | ArtifactIdcontent-api-client_2.10 |
Version | Version3.5 |
Type | Typejar |
Filename | Size |
---|---|
content-api-client_2.10-3.5.pom | |
content-api-client_2.10-3.5.jar | 222 KB |
content-api-client_2.10-3.5-sources.jar | 8 KB |
content-api-client_2.10-3.5-javadoc.jar | 562 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gu/content-api-client_2.10/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>content-api-client_2.10</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/content-api-client_2.10/
implementation 'com.gu:content-api-client_2.10:3.5'
// https://jarcasting.com/artifacts/com.gu/content-api-client_2.10/
implementation ("com.gu:content-api-client_2.10:3.5")
'com.gu:content-api-client_2.10:jar:3.5'
<dependency org="com.gu" name="content-api-client_2.10" rev="3.5">
<artifact name="content-api-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='content-api-client_2.10', version='3.5')
)
libraryDependencies += "com.gu" % "content-api-client_2.10" % "3.5"
[com.gu/content-api-client_2.10 "3.5"]