GroupId | GroupIdcom.google.cloud.broker |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
common-0.9.1.pom | |
common-0.9.1.jar | 5 KB |
common-0.9.1-sources.jar | 4 KB |
common-0.9.1-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.broker/common/ -->
<dependency>
<groupId>com.google.cloud.broker</groupId>
<artifactId>common</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.broker/common/
implementation 'com.google.cloud.broker:common:0.9.1'
// https://jarcasting.com/artifacts/com.google.cloud.broker/common/
implementation ("com.google.cloud.broker:common:0.9.1")
'com.google.cloud.broker:common:jar:0.9.1'
<dependency org="com.google.cloud.broker" name="common" rev="0.9.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.broker', module='common', version='0.9.1')
)
libraryDependencies += "com.google.cloud.broker" % "common" % "0.9.1"
[com.google.cloud.broker/common "0.9.1"]