MVN

fr.maif : izanami-client

Maven & Gradle

Mar 25, 2024
0 stars

fr.maif:izanami-client · Java client for Izanami in version > 2

<dependency>
    <groupId>fr.maif</groupId>
    <artifactId>izanami-client</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.maif : izanami-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of fr.maif : izanami-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
izanami-client-2.0.0

How to add a dependency to Maven

Add the following fr.maif : izanami-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.maif</groupId>
    <artifactId>izanami-client</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.maif : izanami-client gradle dependency to your build.gradle file:

implementation 'fr.maif:izanami-client:2.0.0'

Gradle Kotlin DSL: Add the following fr.maif : izanami-client gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.maif:izanami-client:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.maif : izanami-client sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.maif" % "izanami-client" % "2.0.0"

Advertisement