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