<dependency> <groupId>pl.fhframework</groupId> <artifactId>fh-boot-client-bom</artifactId> <version>4.8.6</version> <type>pom</type> </dependency>
implementation 'pl.fhframework:fh-boot-client-bom:4.8.6'
implementation("pl.fhframework:fh-boot-client-bom:4.8.6")
libraryDependencies += "pl.fhframework" % "fh-boot-client-bom" % "4.8.6"
@Grapes( @Grab(group='pl.fhframework', module='fh-boot-client-bom', version='4.8.6') )
<dependency org="pl.fhframework" name="fh-boot-client-bom" rev="4.8.6" />
[pl.fhframework/fh-boot-client-bom "4.8.6"]
'pl.fhframework:fh-boot-client-bom:jar:4.8.6'
<parent> <groupId>pl.fhframework</groupId> <artifactId>fh-boot-bom</artifactId> <version>4.8.6</version> </parent>