infrastructure
Common infrastructural artifacts for Cool Arch projects
| License |
License |
|---|---|
| GroupId | GroupIdcool.arch.infrastructure |
| ArtifactId | ArtifactIdlicenses |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlicenses
Assets specific to various OSS licenses
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| licenses-1.0.1.pom | |
| licenses-1.0.1.jar | 6 KB |
| licenses-1.0.1-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cool.arch.infrastructure/licenses/ -->
<dependency>
<groupId>cool.arch.infrastructure</groupId>
<artifactId>licenses</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cool.arch.infrastructure/licenses/
implementation 'cool.arch.infrastructure:licenses:1.0.1'
// https://jarcasting.com/artifacts/cool.arch.infrastructure/licenses/
implementation ("cool.arch.infrastructure:licenses:1.0.1")
'cool.arch.infrastructure:licenses:jar:1.0.1'
<dependency org="cool.arch.infrastructure" name="licenses" rev="1.0.1">
<artifact name="licenses" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.arch.infrastructure', module='licenses', version='1.0.1')
)
libraryDependencies += "cool.arch.infrastructure" % "licenses" % "1.0.1"
[cool.arch.infrastructure/licenses "1.0.1"]
Common infrastructural artifacts for Cool Arch projects