| GroupId | GroupIdcat.albirar |
|---|---|
| ArtifactId | ArtifactIdalbirar-root-dependencies |
| Version | Version2.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| albirar-root-dependencies-2.0.8.pom | 19 KB |
| albirar-root-dependencies-2.0.8-assembly-resources.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cat.albirar/albirar-root-dependencies/ -->
<dependency>
<groupId>cat.albirar</groupId>
<artifactId>albirar-root-dependencies</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/cat.albirar/albirar-root-dependencies/
implementation 'cat.albirar:albirar-root-dependencies:2.0.8'
// https://jarcasting.com/artifacts/cat.albirar/albirar-root-dependencies/
implementation ("cat.albirar:albirar-root-dependencies:2.0.8")
'cat.albirar:albirar-root-dependencies:jar:2.0.8'
<dependency org="cat.albirar" name="albirar-root-dependencies" rev="2.0.8">
<artifact name="albirar-root-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='cat.albirar', module='albirar-root-dependencies', version='2.0.8')
)
libraryDependencies += "cat.albirar" % "albirar-root-dependencies" % "2.0.8"
[cat.albirar/albirar-root-dependencies "2.0.8"]