| GroupId | GroupIddev.pellet |
|---|---|
| ArtifactId | ArtifactIdpellet-bom |
| Version | Version0.0.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pellet-bom-0.0.6.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.pellet/pellet-bom/ -->
<dependency>
<groupId>dev.pellet</groupId>
<artifactId>pellet-bom</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.pellet/pellet-bom/
implementation 'dev.pellet:pellet-bom:0.0.6'
// https://jarcasting.com/artifacts/dev.pellet/pellet-bom/
implementation ("dev.pellet:pellet-bom:0.0.6")
'dev.pellet:pellet-bom:pom:0.0.6'
<dependency org="dev.pellet" name="pellet-bom" rev="0.0.6">
<artifact name="pellet-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.pellet', module='pellet-bom', version='0.0.6')
)
libraryDependencies += "dev.pellet" % "pellet-bom" % "0.0.6"
[dev.pellet/pellet-bom "0.0.6"]