infrastructure
Common infrastructural artifacts for Cool Arch projects
License |
License |
---|---|
GroupId | GroupIdcool.arch.infrastructure |
ArtifactId | ArtifactIdinfrastructure |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioninfrastructure
Base support infrastructure artifacts for CoolArch projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
infrastructure-1.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.arch.infrastructure/infrastructure/ -->
<dependency>
<groupId>cool.arch.infrastructure</groupId>
<artifactId>infrastructure</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cool.arch.infrastructure/infrastructure/
implementation 'cool.arch.infrastructure:infrastructure:1.0.1'
// https://jarcasting.com/artifacts/cool.arch.infrastructure/infrastructure/
implementation ("cool.arch.infrastructure:infrastructure:1.0.1")
'cool.arch.infrastructure:infrastructure:pom:1.0.1'
<dependency org="cool.arch.infrastructure" name="infrastructure" rev="1.0.1">
<artifact name="infrastructure" type="pom" />
</dependency>
@Grapes(
@Grab(group='cool.arch.infrastructure', module='infrastructure', version='1.0.1')
)
libraryDependencies += "cool.arch.infrastructure" % "infrastructure" % "1.0.1"
[cool.arch.infrastructure/infrastructure "1.0.1"]
Common infrastructural artifacts for Cool Arch projects