MVN

net.pricefx : pricefx-pckg

Maven & Gradle

Jun 28, 2023

pricefx-pckg · PriceFx packaging tool

<dependency>
    <groupId>net.pricefx</groupId>
    <artifactId>pricefx-pckg</artifactId>
    <version>3.24.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.pricefx : pricefx-pckg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.24.0

All Versions

Choose a version of net.pricefx : pricefx-pckg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.24.x
pricefx-pckg-3.24.0
3.23.x
pricefx-pckg-3.23.0
3.22.x
pricefx-pckg-3.22.0
3.21.x
pricefx-pckg-3.21.0
3.20.x
pricefx-pckg-3.20.0
3.19.x
pricefx-pckg-3.19.1
pricefx-pckg-3.19.0
3.18.x
pricefx-pckg-3.18.0
3.17.x
pricefx-pckg-3.17.1
pricefx-pckg-3.17.0

How to add a dependency to Maven

Add the following net.pricefx : pricefx-pckg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.pricefx</groupId>
    <artifactId>pricefx-pckg</artifactId>
    <version>3.24.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.pricefx : pricefx-pckg gradle dependency to your build.gradle file:

implementation 'net.pricefx:pricefx-pckg:3.24.0'

Gradle Kotlin DSL: Add the following net.pricefx : pricefx-pckg gradle kotlin dependency to your build.gradle.kts file:

implementation("net.pricefx:pricefx-pckg:3.24.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.pricefx : pricefx-pckg sbt scala dependency to your build.sbt file:

libraryDependencies += "net.pricefx" % "pricefx-pckg" % "3.24.0"