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.13.0.jar download
staedi-1.13.0.pom download
staedi-1.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.xlate</groupId>
  <artifactId>staedi</artifactId>
  <version>1.13.0</version>
</dependency>
Gradle Groovy
implementation 'io.xlate:staedi:1.13.0'
Gradle Kotlin
implementation("io.xlate:staedi:1.13.0")
Scala SBT
libraryDependencies += "io.xlate" % "staedi" % "1.13.0"
Groovy Grape
@Grapes(
  @Grab(group='io.xlate', module='staedi', version='1.13.0')
)
Apache Ivy
<dependency org="io.xlate" name="staedi" rev="1.13.0" />
Leiningen
[io.xlate/staedi "1.13.0"]
Apache Buildr
'io.xlate:staedi:jar:1.13.0'