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