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