MVN

com.github.passionjava4 : iban4j

Maven & Gradle

Aug 27, 2020
0 stars

iban4j · A Java library for International Bank Account Number (IBAN) generation (https://www.swift.com/sites/default/files/documents/iban_registry_0.pdf).

<dependency>
    <groupId>com.github.passionjava4</groupId>
    <artifactId>iban4j</artifactId>
    <version>3.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.passionjava4 : iban4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.2

All Versions

Choose a version of com.github.passionjava4 : iban4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
iban4j-3.2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.passionjava4</groupId>
    <artifactId>iban4j</artifactId>
    <version>3.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.passionjava4 : iban4j gradle dependency to your build.gradle file:

implementation 'com.github.passionjava4:iban4j:3.2.2'

Gradle Kotlin DSL: Add the following com.github.passionjava4 : iban4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.passionjava4:iban4j:3.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.passionjava4 : iban4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.passionjava4" % "iban4j" % "3.2.2"