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