GroupId | GroupIdit.twenfir |
---|---|
ArtifactId | ArtifactIdtwenfir-bom |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
twenfir-bom-0.0.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.twenfir/twenfir-bom/ -->
<dependency>
<groupId>it.twenfir</groupId>
<artifactId>twenfir-bom</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.twenfir/twenfir-bom/
implementation 'it.twenfir:twenfir-bom:0.0.2'
// https://jarcasting.com/artifacts/it.twenfir/twenfir-bom/
implementation ("it.twenfir:twenfir-bom:0.0.2")
'it.twenfir:twenfir-bom:pom:0.0.2'
<dependency org="it.twenfir" name="twenfir-bom" rev="0.0.2">
<artifact name="twenfir-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.twenfir', module='twenfir-bom', version='0.0.2')
)
libraryDependencies += "it.twenfir" % "twenfir-bom" % "0.0.2"
[it.twenfir/twenfir-bom "0.0.2"]