| GroupId | GroupIdio.github.vftake5 |
|---|---|
| ArtifactId | ArtifactIdmssc-brewery-bom |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| mssc-brewery-bom-1.0.0.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.vftake5/mssc-brewery-bom/ -->
<dependency>
<groupId>io.github.vftake5</groupId>
<artifactId>mssc-brewery-bom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.vftake5/mssc-brewery-bom/
implementation 'io.github.vftake5:mssc-brewery-bom:1.0.0'
// https://jarcasting.com/artifacts/io.github.vftake5/mssc-brewery-bom/
implementation ("io.github.vftake5:mssc-brewery-bom:1.0.0")
'io.github.vftake5:mssc-brewery-bom:pom:1.0.0'
<dependency org="io.github.vftake5" name="mssc-brewery-bom" rev="1.0.0">
<artifact name="mssc-brewery-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.vftake5', module='mssc-brewery-bom', version='1.0.0')
)
libraryDependencies += "io.github.vftake5" % "mssc-brewery-bom" % "1.0.0"
[io.github.vftake5/mssc-brewery-bom "1.0.0"]