GroupId | GroupIdcool.arch.infrastructure |
---|---|
ArtifactId | ArtifactIdlicenses |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
licenses-1.0.0.pom | |
licenses-1.0.0.jar | 6 KB |
licenses-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.arch.infrastructure/licenses/
implementation 'cool.arch.infrastructure:licenses:1.0.0'
// https://jarcasting.com/artifacts/cool.arch.infrastructure/licenses/
implementation ("cool.arch.infrastructure:licenses:1.0.0")
'cool.arch.infrastructure:licenses:jar:1.0.0'
<dependency org="cool.arch.infrastructure" name="licenses" rev="1.0.0">
<artifact name="licenses" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.arch.infrastructure', module='licenses', version='1.0.0')
)
libraryDependencies += "cool.arch.infrastructure" % "licenses" % "1.0.0"
[cool.arch.infrastructure/licenses "1.0.0"]