is not current version
Last Version 2007.78

org.jdtaus:ISO-13616 2007.60

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.

GroupId

GroupId

org.jdtaus
ArtifactId

ArtifactId

ISO-13616
Version

Version

2007.60
Type

Type

jar

Download ISO-13616 2007.60


<!-- https://jarcasting.com/artifacts/org.jdtaus/ISO-13616/ -->
<dependency>
    <groupId>org.jdtaus</groupId>
    <artifactId>ISO-13616</artifactId>
    <version>2007.60</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdtaus/ISO-13616/
implementation 'org.jdtaus:ISO-13616:2007.60'
// https://jarcasting.com/artifacts/org.jdtaus/ISO-13616/
implementation ("org.jdtaus:ISO-13616:2007.60")
'org.jdtaus:ISO-13616:jar:2007.60'
<dependency org="org.jdtaus" name="ISO-13616" rev="2007.60">
  <artifact name="ISO-13616" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdtaus', module='ISO-13616', version='2007.60')
)
libraryDependencies += "org.jdtaus" % "ISO-13616" % "2007.60"
[org.jdtaus/ISO-13616 "2007.60"]