Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.taboola |
ArtifactId | ArtifactIdbackstage-api-java-client |
Version | Version1.0.22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.taboola/backstage-api-java-client/ -->
<dependency>
<groupId>com.taboola</groupId>
<artifactId>backstage-api-java-client</artifactId>
<version>1.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.taboola/backstage-api-java-client/
implementation 'com.taboola:backstage-api-java-client:1.0.22'
// https://jarcasting.com/artifacts/com.taboola/backstage-api-java-client/
implementation ("com.taboola:backstage-api-java-client:1.0.22")
'com.taboola:backstage-api-java-client:jar:1.0.22'
<dependency org="com.taboola" name="backstage-api-java-client" rev="1.0.22">
<artifact name="backstage-api-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taboola', module='backstage-api-java-client', version='1.0.22')
)
libraryDependencies += "com.taboola" % "backstage-api-java-client" % "1.0.22"
[com.taboola/backstage-api-java-client "1.0.22"]