f

fh-compile-bom

fh-compile-bom
Files download
File Operation
fh-compile-bom-4.10.401.pom download
Apache Maven
<dependency>
  <groupId>pl.fhframework</groupId>
  <artifactId>fh-compile-bom</artifactId>
  <version>4.10.401</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'pl.fhframework:fh-compile-bom:4.10.401'
Gradle Kotlin
implementation("pl.fhframework:fh-compile-bom:4.10.401")
Scala SBT
libraryDependencies += "pl.fhframework" % "fh-compile-bom" % "4.10.401"
Groovy Grape
@Grapes(
  @Grab(group='pl.fhframework', module='fh-compile-bom', version='4.10.401')
)
Apache Ivy
<dependency org="pl.fhframework" name="fh-compile-bom" rev="4.10.401" />
Leiningen
[pl.fhframework/fh-compile-bom "4.10.401"]
Apache Buildr
'pl.fhframework:fh-compile-bom:jar:4.10.401'