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