| GroupId | GroupIdcom.github.kronen |
|---|---|
| ArtifactId | ArtifactIdcellardoor-bom |
| Version | Version0.0.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| cellardoor-bom-0.0.3.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kronen/cellardoor-bom/ -->
<dependency>
<groupId>com.github.kronen</groupId>
<artifactId>cellardoor-bom</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kronen/cellardoor-bom/
implementation 'com.github.kronen:cellardoor-bom:0.0.3'
// https://jarcasting.com/artifacts/com.github.kronen/cellardoor-bom/
implementation ("com.github.kronen:cellardoor-bom:0.0.3")
'com.github.kronen:cellardoor-bom:pom:0.0.3'
<dependency org="com.github.kronen" name="cellardoor-bom" rev="0.0.3">
<artifact name="cellardoor-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kronen', module='cellardoor-bom', version='0.0.3')
)
libraryDependencies += "com.github.kronen" % "cellardoor-bom" % "0.0.3"
[com.github.kronen/cellardoor-bom "0.0.3"]