h

healthcare-edi-model

HealthCare EDI Model is a library for creating and reading EDIFACT files from the German health care system for rehabilitation sports (Sonstige Leistungserbringer).
https://github.com/weissmuster/healthcare-edi-model
The Apache License, Version 2.0
Thomas Wittig
Files download
File Operation
healthcare-edi-model-0.0.2.jar download
healthcare-edi-model-0.0.2.pom download
healthcare-edi-model-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.weissmuster</groupId>
  <artifactId>healthcare-edi-model</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.weissmuster:healthcare-edi-model:0.0.2'
Gradle Kotlin
implementation("io.github.weissmuster:healthcare-edi-model:0.0.2")
Scala SBT
libraryDependencies += "io.github.weissmuster" % "healthcare-edi-model" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weissmuster', module='healthcare-edi-model', version='0.0.2')
)
Apache Ivy
<dependency org="io.github.weissmuster" name="healthcare-edi-model" rev="0.0.2" />
Leiningen
[io.github.weissmuster/healthcare-edi-model "0.0.2"]
Apache Buildr
'io.github.weissmuster:healthcare-edi-model:jar:0.0.2'