GroupId | GroupIdcom.google.api-ads |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
common-0.2.0.pom | |
common-0.2.0.jar | 56 KB |
common-0.2.0-tests.jar | 33 KB |
common-0.2.0-sources.jar | 54 KB |
common-0.2.0-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.api-ads/common/ -->
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>common</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api-ads/common/
implementation 'com.google.api-ads:common:0.2.0'
// https://jarcasting.com/artifacts/com.google.api-ads/common/
implementation ("com.google.api-ads:common:0.2.0")
'com.google.api-ads:common:jar:0.2.0'
<dependency org="com.google.api-ads" name="common" rev="0.2.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api-ads', module='common', version='0.2.0')
)
libraryDependencies += "com.google.api-ads" % "common" % "0.2.0"
[com.google.api-ads/common "0.2.0"]