is not current version
Last Version 1.0.1

cool.arch.infrastructure:base-pom 1.0.0

Base pom.xml file for providing baseline configuration for all CoolArch Maven projects.

GroupId

GroupId

cool.arch.infrastructure
ArtifactId

ArtifactId

base-pom
Version

Version

1.0.0
Type

Type

pom

Download base-pom 1.0.0

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"]