MVN

com.expofp : common

Maven & Gradle

Aug 10, 2023

common · Common components of SDK

<dependency>
    <groupId>com.expofp</groupId>
    <artifactId>common</artifactId>
    <version>4.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expofp : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.4

All Versions

Choose a version of com.expofp : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
common-4.2.4
common-4.2.3
common-4.2.2
common-4.2.1
common-4.2.0
4.1.x
common-4.1.6
common-4.1.5
common-4.1.4
common-4.1.3
common-4.1.2
common-4.1.1
4.0.x
common-4.0.5
common-4.0.4
common-4.0.3
common-4.0.2
common-4.0.1
common-4.0.0
3.0.x
common-3.0.6
common-3.0.5
common-3.0.4
common-3.0.3
common-3.0.2
common-3.0.1
common-3.0.0
2.2.x
common-2.2.1
2.1.x
common-2.1.0
2.0.x
common-2.0.0
0.2.x
common-0.2.8
common-0.2.7
common-0.2.6
common-0.2.5
common-0.2.4
common-0.2.2
common-0.2.1
0.0.x
common-0.0.9
common-0.0.8
common-0.0.7
common-0.0.6
common-0.0.5
common-0.0.4
common-0.0.3
common-0.0.2

How to add a dependency to Maven

Add the following com.expofp : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.expofp</groupId>
    <artifactId>common</artifactId>
    <version>4.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.expofp : common gradle dependency to your build.gradle file:

implementation 'com.expofp:common:4.2.4'

Gradle Kotlin DSL: Add the following com.expofp : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.expofp:common:4.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.expofp : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.expofp" % "common" % "4.2.4"

Advertisement