All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bitbucket.openisoj.Version Maven / Gradle / Ivy

Go to download

An extensible framework for creating ISO 8583 messages. Ported from OpenIso.Net http://code.google.com/p/openiso8583net/

There is a newer version: 1.1.4
Show newest version
package org.bitbucket.openisoj;

public final class Version {
	public static final String VERSION = "1.1.1";

	private Version() {
	}

	/**
	 * Main
	 * 
	 * @param args
	 *            arguments
	 */
	public static void main(String[] args) {
		System.out.println(VERSION);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy