s

staedi

Streaming API for EDI for Java
https://github.com/xlate/staedi
Apache License, Version 2.0
Michael Edgar
Files download
File Operation
staedi-1.24.1.jar download
staedi-1.24.1.pom download
staedi-1.24.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.xlate</groupId>
  <artifactId>staedi</artifactId>
  <version>1.24.1</version>
</dependency>
Gradle Groovy
implementation 'io.xlate:staedi:1.24.1'
Gradle Kotlin
implementation("io.xlate:staedi:1.24.1")
Scala SBT
libraryDependencies += "io.xlate" % "staedi" % "1.24.1"
Groovy Grape
@Grapes(
  @Grab(group='io.xlate', module='staedi', version='1.24.1')
)
Apache Ivy
<dependency org="io.xlate" name="staedi" rev="1.24.1" />
Leiningen
[io.xlate/staedi "1.24.1"]
Apache Buildr
'io.xlate:staedi:jar:1.24.1'