| License |
License |
|---|---|
| GroupId | GroupIdcom.fizzed |
| ArtifactId | ArtifactIdcrux-bom |
| Version | Version1.0.38 |
| Type | Typepom |
| Description |
Descriptioncrux-bom
Parent pom for all Fizzed maven projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| crux-bom-1.0.38.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fizzed/crux-bom/ -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>crux-bom</artifactId>
<version>1.0.38</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/crux-bom/
implementation 'com.fizzed:crux-bom:1.0.38'
// https://jarcasting.com/artifacts/com.fizzed/crux-bom/
implementation ("com.fizzed:crux-bom:1.0.38")
'com.fizzed:crux-bom:pom:1.0.38'
<dependency org="com.fizzed" name="crux-bom" rev="1.0.38">
<artifact name="crux-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='crux-bom', version='1.0.38')
)
libraryDependencies += "com.fizzed" % "crux-bom" % "1.0.38"
[com.fizzed/crux-bom "1.0.38"]