t

taxxmls

XMLs with pseudo code from https://www.bmf-steuerrechner.de
https://github.com/taxcalcs/taxxmls
Bundesministerium der Finanzen
Ariel Küchler
Files download
File Operation
taxxmls-2022.0.0.jar download
taxxmls-2022.0.0.pom download
taxxmls-2022.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>info.kuechler.bmf.taxapi</groupId>
  <artifactId>taxxmls</artifactId>
  <version>2022.0.0</version>
</dependency>
Gradle Groovy
implementation 'info.kuechler.bmf.taxapi:taxxmls:2022.0.0'
Gradle Kotlin
implementation("info.kuechler.bmf.taxapi:taxxmls:2022.0.0")
Scala SBT
libraryDependencies += "info.kuechler.bmf.taxapi" % "taxxmls" % "2022.0.0"
Groovy Grape
@Grapes(
  @Grab(group='info.kuechler.bmf.taxapi', module='taxxmls', version='2022.0.0')
)
Apache Ivy
<dependency org="info.kuechler.bmf.taxapi" name="taxxmls" rev="2022.0.0" />
Leiningen
[info.kuechler.bmf.taxapi/taxxmls "2022.0.0"]
Apache Buildr
'info.kuechler.bmf.taxapi:taxxmls:jar:2022.0.0'