GroupId | GroupIdtop.infra.cloud-ready |
---|---|
ArtifactId | ArtifactIdcloud-ready-parent |
Version | Version3.0.3 |
Type | Typepom |
Filename | Size |
---|---|
cloud-ready-parent-3.0.3.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.3</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.3'
// https://jarcasting.com/artifacts/top.infra.cloud-ready/cloud-ready-parent/
implementation ("top.infra.cloud-ready:cloud-ready-parent:3.0.3")
'top.infra.cloud-ready:cloud-ready-parent:pom:3.0.3'
<dependency org="top.infra.cloud-ready" name="cloud-ready-parent" rev="3.0.3">
<artifact name="cloud-ready-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.infra.cloud-ready', module='cloud-ready-parent', version='3.0.3')
)
libraryDependencies += "top.infra.cloud-ready" % "cloud-ready-parent" % "3.0.3"
[top.infra.cloud-ready/cloud-ready-parent "3.0.3"]