MVN

pl.fhframework.example : example

Maven & Gradle

May 18, 2023
7 stars
<dependency>
    <groupId>pl.fhframework.example</groupId>
    <artifactId>example</artifactId>
    <version>4.10.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.10.5

All Versions

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

Version Vulnerabilities Updated
4.10.x
example-4.10.401
example-4.10.5
example-4.10.4
example-4.10.3
example-4.10.2
example-4.10.0
4.9.x
example-4.9.26
example-4.9.25.1
example-4.9.25
example-4.9.24
example-4.9.23
example-4.9.22
example-4.9.21
example-4.9.20

How to add a dependency to Maven

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

<dependency>
    <groupId>pl.fhframework.example</groupId>
    <artifactId>example</artifactId>
    <version>4.10.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'pl.fhframework.example:example:4.10.5'

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

implementation("pl.fhframework.example:example:4.10.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "pl.fhframework.example" % "example" % "4.10.5"