Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.gooddata |
ArtifactId | ArtifactIdgooddata-rest-common |
Version | Version2.0.0-RC.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gooddata/gooddata-rest-common/ -->
<dependency>
<groupId>com.gooddata</groupId>
<artifactId>gooddata-rest-common</artifactId>
<version>2.0.0-RC.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gooddata/gooddata-rest-common/
implementation 'com.gooddata:gooddata-rest-common:2.0.0-RC.1'
// https://jarcasting.com/artifacts/com.gooddata/gooddata-rest-common/
implementation ("com.gooddata:gooddata-rest-common:2.0.0-RC.1")
'com.gooddata:gooddata-rest-common:jar:2.0.0-RC.1'
<dependency org="com.gooddata" name="gooddata-rest-common" rev="2.0.0-RC.1">
<artifact name="gooddata-rest-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gooddata', module='gooddata-rest-common', version='2.0.0-RC.1')
)
libraryDependencies += "com.gooddata" % "gooddata-rest-common" % "2.0.0-RC.1"
[com.gooddata/gooddata-rest-common "2.0.0-RC.1"]