infrastructure
Common infrastructural artifacts for Cool Arch projects
License |
License |
---|---|
GroupId | GroupIdcool.arch.infrastructure |
ArtifactId | ArtifactIdbase-pom |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbase-pom
Base pom.xml file for providing baseline configuration for all CoolArch Maven projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
base-pom-1.0.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cool.arch.infrastructure/base-pom/
implementation 'cool.arch.infrastructure:base-pom:1.0.1'
// https://jarcasting.com/artifacts/cool.arch.infrastructure/base-pom/
implementation ("cool.arch.infrastructure:base-pom:1.0.1")
'cool.arch.infrastructure:base-pom:pom:1.0.1'
<dependency org="cool.arch.infrastructure" name="base-pom" rev="1.0.1">
<artifact name="base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='cool.arch.infrastructure', module='base-pom', version='1.0.1')
)
libraryDependencies += "cool.arch.infrastructure" % "base-pom" % "1.0.1"
[cool.arch.infrastructure/base-pom "1.0.1"]
Common infrastructural artifacts for Cool Arch projects