| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mizool |
| ArtifactId | ArtifactIdbom |
| Last Version | Last Version0.49 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJava library providing miscellaneous classes for enterprise applications
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bom-0.49.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mizool/bom/ -->
<dependency>
<groupId>com.github.mizool</groupId>
<artifactId>bom</artifactId>
<version>0.49</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool/bom/
implementation 'com.github.mizool:bom:0.49'
// https://jarcasting.com/artifacts/com.github.mizool/bom/
implementation ("com.github.mizool:bom:0.49")
'com.github.mizool:bom:pom:0.49'
<dependency org="com.github.mizool" name="bom" rev="0.49">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool', module='bom', version='0.49')
)
libraryDependencies += "com.github.mizool" % "bom" % "0.49"
[com.github.mizool/bom "0.49"]