MVN

org.jdtaus : ISO-13616

Maven & Gradle

Sep 03, 2017

jDTAUS ⁑ ISO-13616 · ISO 13616-1:2007 specifies the elements of an international bank account number (IBAN) used to facilitate the processing of data internationally in data interchange, in financial environments as well as within and between other industries. The IBAN is designed for automated processing, but can also be used conveniently in other media interchange when appropriate (e.g. paper document exchange, etc.). ISO 13616-1:2007 does not specify internal procedures, file organization techniques, storage media, languages, etc. to be used in its implementation, nor is it designed to facilitate the routing of messages within a network. It is applicable to the textual data which might be conveyed through a system (network). This project provides a general purpose ISO 13616-1:2007 compatible IBAN Java class.

<dependency>
    <groupId>org.jdtaus</groupId>
    <artifactId>ISO-13616</artifactId>
    <version>2007.78</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jdtaus : ISO-13616 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2007.78

All Versions

Choose a version of org.jdtaus : ISO-13616 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2007.78
ISO-13616-2007.78
2007.73
ISO-13616-2007.73
2007.69
ISO-13616-2007.69
2007.64
ISO-13616-2007.64
2007.60
ISO-13616-2007.60
2007.58
ISO-13616-2007.58
2007.50
ISO-13616-2007.50
2007.47
ISO-13616-2007.47
2007.46
ISO-13616-2007.46
2007.45
ISO-13616-2007.45

How to add a dependency to Maven

Add the following org.jdtaus : ISO-13616 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jdtaus</groupId>
    <artifactId>ISO-13616</artifactId>
    <version>2007.78</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jdtaus : ISO-13616 gradle dependency to your build.gradle file:

implementation 'org.jdtaus:ISO-13616:2007.78'

Gradle Kotlin DSL: Add the following org.jdtaus : ISO-13616 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jdtaus:ISO-13616:2007.78")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jdtaus : ISO-13616 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jdtaus" % "ISO-13616" % "2007.78"