MVN

io.github.isa-group : Pricing4Java

Maven & Gradle

Mar 14, 2024
0 stars

io.github.isa-group:Pricing4Java · A pricing driven feature toggling library for java

<dependency>
    <groupId>io.github.isa-group</groupId>
    <artifactId>Pricing4Java</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.isa-group : Pricing4Java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of io.github.isa-group : Pricing4Java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
Pricing4Java-3.1.0

How to add a dependency to Maven

Add the following io.github.isa-group : Pricing4Java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.isa-group</groupId>
    <artifactId>Pricing4Java</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.isa-group : Pricing4Java gradle dependency to your build.gradle file:

implementation 'io.github.isa-group:Pricing4Java:3.1.0'

Gradle Kotlin DSL: Add the following io.github.isa-group : Pricing4Java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.isa-group:Pricing4Java:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.isa-group : Pricing4Java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.isa-group" % "Pricing4Java" % "3.1.0"