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