MVN

pl.fhframework.commons : fhCommons

Maven & Gradle

May 18, 2023
3 usages
6 stars

fhCommons · Fh Commons Module

<dependency>
    <groupId>pl.fhframework.commons</groupId>
    <artifactId>fhCommons</artifactId>
    <version>4.10.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.fhframework.commons : fhCommons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.10.5

All Versions

Choose a version of pl.fhframework.commons : fhCommons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.10.x
fhCommons-4.10.401
fhCommons-4.10.5
fhCommons-4.10.4
fhCommons-4.10.3
fhCommons-4.10.2
fhCommons-4.10.0
4.9.x
fhCommons-4.9.26
fhCommons-4.9.25.1
fhCommons-4.9.25
fhCommons-4.9.24
fhCommons-4.9.23
fhCommons-4.9.22
fhCommons-4.9.21
fhCommons-4.9.20
fhCommons-4.9.19
fhCommons-4.9.18
fhCommons-4.9.17
fhCommons-4.9.16
4.8.x
fhCommons-4.8.17
fhCommons-4.8.16
fhCommons-4.8.14
fhCommons-4.8.11
fhCommons-4.8.10
fhCommons-4.8.8
fhCommons-4.8.7
fhCommons-4.8.6
fhCommons-4.8.4
fhCommons-4.8.3
fhCommons-4.8.2
fhCommons-4.8.1
4.6.x
fhCommons-4.6.25
fhCommons-4.6.24
fhCommons-4.6.23
fhCommons-4.6.21
fhCommons-4.6.20
fhCommons-4.6.19
fhCommons-4.6.18
fhCommons-4.6.16
fhCommons-4.6.15
fhCommons-4.6.14
fhCommons-4.6.13
fhCommons-4.6.12
fhCommons-4.6.11
fhCommons-4.6.10
fhCommons-4.6.8
fhCommons-4.6.7
fhCommons-4.6.6
fhCommons-4.6.4
fhCommons-4.6.3
fhCommons-4.6.0
4.5.x
fhCommons-4.5.17
fhCommons-4.5.15
fhCommons-4.5.14
fhCommons-4.5.12
fhCommons-4.5.11
fhCommons-4.5.6

How to add a dependency to Maven

Add the following pl.fhframework.commons : fhCommons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.fhframework.commons</groupId>
    <artifactId>fhCommons</artifactId>
    <version>4.10.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.fhframework.commons : fhCommons gradle dependency to your build.gradle file:

implementation 'pl.fhframework.commons:fhCommons:4.10.5'

Gradle Kotlin DSL: Add the following pl.fhframework.commons : fhCommons gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.fhframework.commons:fhCommons:4.10.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.fhframework.commons : fhCommons sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.fhframework.commons" % "fhCommons" % "4.10.5"

Advertisement