MVN

info.kuechler.bmf.taxapi : taxapi

Maven & Gradle

Mar 17, 2023
1 usages
2 stars

taxapi · Generated API classes for direct server communication with https://www.bmf-steuerrechner.de/

<dependency>
    <groupId>info.kuechler.bmf.taxapi</groupId>
    <artifactId>taxapi</artifactId>
    <version>2023.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.kuechler.bmf.taxapi : taxapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.1.0

All Versions

Choose a version of info.kuechler.bmf.taxapi : taxapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.1.x
taxapi-2023.1.0
2023.0.x
taxapi-2023.0.0
2022.2.x
taxapi-2022.2.0
2022.0.x
taxapi-2022.0.0
2021.0.x
taxapi-2021.0.0
2020.0.x
taxapi-2020.0.0
2019.0.x
taxapi-2019.0.0
2018.1.x
taxapi-2018.1.0
2018.0.x
taxapi-2018.0.0
2017.0.x
taxapi-2017.0.0
2016.0.x
taxapi-2016.0.1
taxapi-2016.0.0

How to add a dependency to Maven

Add the following info.kuechler.bmf.taxapi : taxapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.kuechler.bmf.taxapi</groupId>
    <artifactId>taxapi</artifactId>
    <version>2023.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.kuechler.bmf.taxapi : taxapi gradle dependency to your build.gradle file:

implementation 'info.kuechler.bmf.taxapi:taxapi:2023.1.0'

Gradle Kotlin DSL: Add the following info.kuechler.bmf.taxapi : taxapi gradle kotlin dependency to your build.gradle.kts file:

implementation("info.kuechler.bmf.taxapi:taxapi:2023.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.kuechler.bmf.taxapi : taxapi sbt scala dependency to your build.sbt file:

libraryDependencies += "info.kuechler.bmf.taxapi" % "taxapi" % "2023.1.0"

Advertisement