| GroupId | GroupIdcom.google.cloud.broker |
|---|---|
| ArtifactId | ArtifactIdbroker-parent |
| Version | Version0.9.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| broker-parent-0.9.2.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.broker/broker-parent/ -->
<dependency>
<groupId>com.google.cloud.broker</groupId>
<artifactId>broker-parent</artifactId>
<version>0.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.broker/broker-parent/
implementation 'com.google.cloud.broker:broker-parent:0.9.2'
// https://jarcasting.com/artifacts/com.google.cloud.broker/broker-parent/
implementation ("com.google.cloud.broker:broker-parent:0.9.2")
'com.google.cloud.broker:broker-parent:pom:0.9.2'
<dependency org="com.google.cloud.broker" name="broker-parent" rev="0.9.2">
<artifact name="broker-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.broker', module='broker-parent', version='0.9.2')
)
libraryDependencies += "com.google.cloud.broker" % "broker-parent" % "0.9.2"
[com.google.cloud.broker/broker-parent "0.9.2"]