License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.databene |
ArtifactId | ArtifactIdedifatto |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEdifatto
'Edifatto' is an open source software library for parsing,
generating and verifying EDIFACT and X12 documents written by Volker Bergmann.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
edifatto-3.0.1.pom | |
edifatto-3.0.1.jar | 250 KB |
edifatto-3.0.1-sources.jar | 189 KB |
edifatto-3.0.1-javadoc.jar | 857 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.databene/edifatto/ -->
<dependency>
<groupId>org.databene</groupId>
<artifactId>edifatto</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.databene/edifatto/
implementation 'org.databene:edifatto:3.0.1'
// https://jarcasting.com/artifacts/org.databene/edifatto/
implementation ("org.databene:edifatto:3.0.1")
'org.databene:edifatto:jar:3.0.1'
<dependency org="org.databene" name="edifatto" rev="3.0.1">
<artifact name="edifatto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.databene', module='edifatto', version='3.0.1')
)
libraryDependencies += "org.databene" % "edifatto" % "3.0.1"
[org.databene/edifatto "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.databene : databene-commons | jar | 1.0.11 |
org.databene : databene-formats | jar | 1.0.13 |
org.swinglabs.swingx : swingx-all | jar | 1.6.4 |
org.freemarker : freemarker | jar | 2.3.20 |
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |