MVN

com.formance : ledgerclient

Maven & Gradle

Feb 24, 2023
0 stars

ledgerclient · Ledger Java Client

<dependency>
    <groupId>com.formance</groupId>
    <artifactId>ledgerclient</artifactId>
    <version>v1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.formance : ledgerclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1.9.1

All Versions

Choose a version of com.formance : ledgerclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.9.x
ledgerclient-v1.9.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.formance</groupId>
    <artifactId>ledgerclient</artifactId>
    <version>v1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.formance : ledgerclient gradle dependency to your build.gradle file:

implementation 'com.formance:ledgerclient:v1.9.1'

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

implementation("com.formance:ledgerclient:v1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.formance : ledgerclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.formance" % "ledgerclient" % "v1.9.1"

Advertisement