is not current version
Last Version 0.10.1

com.google.cloud.broker:common 0.9.1


GroupId

GroupId

com.google.cloud.broker
ArtifactId

ArtifactId

common
Version

Version

0.9.1
Type

Type

jar

Download common 0.9.1


<!-- 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"]