GroupId | GroupIdcool.arch.infrastructure |
---|---|
ArtifactId | ArtifactIdbase-pom |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
base-pom-1.0.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.arch.infrastructure/base-pom/ -->
<dependency>
<groupId>cool.arch.infrastructure</groupId>
<artifactId>base-pom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cool.arch.infrastructure/base-pom/
implementation 'cool.arch.infrastructure:base-pom:1.0.0'
// https://jarcasting.com/artifacts/cool.arch.infrastructure/base-pom/
implementation ("cool.arch.infrastructure:base-pom:1.0.0")
'cool.arch.infrastructure:base-pom:pom:1.0.0'
<dependency org="cool.arch.infrastructure" name="base-pom" rev="1.0.0">
<artifact name="base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='cool.arch.infrastructure', module='base-pom', version='1.0.0')
)
libraryDependencies += "cool.arch.infrastructure" % "base-pom" % "1.0.0"
[cool.arch.infrastructure/base-pom "1.0.0"]