GroupId | GroupIdcool.arch.infrastructure |
---|---|
ArtifactId | ArtifactIdinfrastructure |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
infrastructure-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.arch.infrastructure/infrastructure/ -->
<dependency>
<groupId>cool.arch.infrastructure</groupId>
<artifactId>infrastructure</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cool.arch.infrastructure/infrastructure/
implementation 'cool.arch.infrastructure:infrastructure:1.0.0'
// https://jarcasting.com/artifacts/cool.arch.infrastructure/infrastructure/
implementation ("cool.arch.infrastructure:infrastructure:1.0.0")
'cool.arch.infrastructure:infrastructure:pom:1.0.0'
<dependency org="cool.arch.infrastructure" name="infrastructure" rev="1.0.0">
<artifact name="infrastructure" type="pom" />
</dependency>
@Grapes(
@Grab(group='cool.arch.infrastructure', module='infrastructure', version='1.0.0')
)
libraryDependencies += "cool.arch.infrastructure" % "infrastructure" % "1.0.0"
[cool.arch.infrastructure/infrastructure "1.0.0"]