| GroupId | GroupIdcom.google.cloud.broker |
|---|---|
| ArtifactId | ArtifactIdbroker-parent |
| Version | Version0.10.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| broker-parent-0.10.4.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.10.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.broker/broker-parent/
implementation 'com.google.cloud.broker:broker-parent:0.10.4'
// https://jarcasting.com/artifacts/com.google.cloud.broker/broker-parent/
implementation ("com.google.cloud.broker:broker-parent:0.10.4")
'com.google.cloud.broker:broker-parent:pom:0.10.4'
<dependency org="com.google.cloud.broker" name="broker-parent" rev="0.10.4">
<artifact name="broker-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.broker', module='broker-parent', version='0.10.4')
)
libraryDependencies += "com.google.cloud.broker" % "broker-parent" % "0.10.4"
[com.google.cloud.broker/broker-parent "0.10.4"]