MVN

pl.fhframework.integration : integrationCoreLite

Maven & Gradle

May 18, 2023
5 usages
6 stars

integrationCoreLite · FH Integration Core Lite

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

Latest Version

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

  • Latest Stable: 4.10.5

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>pl.fhframework.integration</groupId>
    <artifactId>integrationCoreLite</artifactId>
    <version>4.10.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'pl.fhframework.integration:integrationCoreLite:4.10.5'

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

implementation("pl.fhframework.integration:integrationCoreLite:4.10.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "pl.fhframework.integration" % "integrationCoreLite" % "4.10.5"