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