h

healthcard-java

Java library for reading German health insurance cards (eGK)
https://github.com/waigel/healthcard-java
MIT License
Johannes Waigel
Files download
File Operation
healthcard-java-1.0.0.jar download
healthcard-java-1.0.0.pom download
healthcard-java-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.waigel.healthcard</groupId>
  <artifactId>healthcard-java</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.waigel.healthcard:healthcard-java:1.0.0'
Gradle Kotlin
implementation("com.waigel.healthcard:healthcard-java:1.0.0")
Scala SBT
libraryDependencies += "com.waigel.healthcard" % "healthcard-java" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.waigel.healthcard', module='healthcard-java', version='1.0.0')
)
Apache Ivy
<dependency org="com.waigel.healthcard" name="healthcard-java" rev="1.0.0" />
Leiningen
[com.waigel.healthcard/healthcard-java "1.0.0"]
Apache Buildr
'com.waigel.healthcard:healthcard-java:jar:1.0.0'