j8583
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.j8583</groupId> <artifactId>j8583</artifactId> <version>2.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.j8583</groupId> <artifactId>j8583</artifactId> <version>2.0.0</version> <name>j8583</name> <description>Java implementation of the ISO 8583 protocol, focused on making the creation, edition and reading of ISO8583 messages as simple and flexible as possible.</description> <url>http://j8583.sourceforge.net/</url> <inceptionYear>2007</inceptionYear> <licenses> <license> <name>GNU Lesser General Public License, version 3</name> <url>http://www.gnu.org/licenses/lgpl-3.0.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>chochos</id> <name>Enrique Zamudio Lopez</name> <email>chochos@users.sourceforge.net</email> <url>http://javamexico.org/blogs/ezamudio</url> <timezone>America/Mexico_City</timezone> <properties> <twitter>chochosmx</twitter> </properties> </developer> </developers> <scm> <connection>scm:git://bitbucket.org/chochos/j8583.git</connection> <developerConnection>scm:git@bitbucket.org:chochos/j8583.git</developerConnection> <url>https://bitbucket.org/chochos/j8583</url> </scm> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.30</version> <scope>compile</scope> </dependency> </dependencies> </project>