i

identification-report

The identification report is a JSON structure used to identify natural or legal persons in government processes.
https://github.com/Governikus/IdentificationReport
EUPL
Hartje Bruns Pascal Knüppel
Files download
File Operation
identification-report-2.0.0-PRE-1.jar download
identification-report-2.0.0-PRE-1.pom download
identification-report-2.0.0-PRE-1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.captaingoldfish</groupId>
  <artifactId>identification-report</artifactId>
  <version>2.0.0-PRE-1</version>
</dependency>
Gradle Groovy
implementation 'de.captaingoldfish:identification-report:2.0.0-PRE-1'
Gradle Kotlin
implementation("de.captaingoldfish:identification-report:2.0.0-PRE-1")
Scala SBT
libraryDependencies += "de.captaingoldfish" % "identification-report" % "2.0.0-PRE-1"
Groovy Grape
@Grapes(
  @Grab(group='de.captaingoldfish', module='identification-report', version='2.0.0-PRE-1')
)
Apache Ivy
<dependency org="de.captaingoldfish" name="identification-report" rev="2.0.0-PRE-1" />
Leiningen
[de.captaingoldfish/identification-report "2.0.0-PRE-1"]
Apache Buildr
'de.captaingoldfish:identification-report:jar:2.0.0-PRE-1'