| GroupId | GroupIdpl.fhframework |
|---|---|
| ArtifactId | ArtifactIdfh-boot-bom |
| Version | Version4.8.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| fh-boot-bom-4.8.7.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.fhframework/fh-boot-bom/ -->
<dependency>
<groupId>pl.fhframework</groupId>
<artifactId>fh-boot-bom</artifactId>
<version>4.8.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework/fh-boot-bom/
implementation 'pl.fhframework:fh-boot-bom:4.8.7'
// https://jarcasting.com/artifacts/pl.fhframework/fh-boot-bom/
implementation ("pl.fhframework:fh-boot-bom:4.8.7")
'pl.fhframework:fh-boot-bom:pom:4.8.7'
<dependency org="pl.fhframework" name="fh-boot-bom" rev="4.8.7">
<artifact name="fh-boot-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework', module='fh-boot-bom', version='4.8.7')
)
libraryDependencies += "pl.fhframework" % "fh-boot-bom" % "4.8.7"
[pl.fhframework/fh-boot-bom "4.8.7"]