| GroupId | GroupIdtop.infra.cloud-ready |
|---|---|
| ArtifactId | ArtifactIdcloud-ready-parent |
| Version | Version3.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| cloud-ready-parent-3.0.2.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.infra.cloud-ready/cloud-ready-parent/ -->
<dependency>
<groupId>top.infra.cloud-ready</groupId>
<artifactId>cloud-ready-parent</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.infra.cloud-ready/cloud-ready-parent/
implementation 'top.infra.cloud-ready:cloud-ready-parent:3.0.2'
// https://jarcasting.com/artifacts/top.infra.cloud-ready/cloud-ready-parent/
implementation ("top.infra.cloud-ready:cloud-ready-parent:3.0.2")
'top.infra.cloud-ready:cloud-ready-parent:pom:3.0.2'
<dependency org="top.infra.cloud-ready" name="cloud-ready-parent" rev="3.0.2">
<artifact name="cloud-ready-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.infra.cloud-ready', module='cloud-ready-parent', version='3.0.2')
)
libraryDependencies += "top.infra.cloud-ready" % "cloud-ready-parent" % "3.0.2"
[top.infra.cloud-ready/cloud-ready-parent "3.0.2"]