MVN

be.valuya.vattools : VatTools

Maven & Gradle

Jun 21, 2023
0 stars

be.valuya.vattools:VatTools · European VIES client

<dependency>
    <groupId>be.valuya.vattools</groupId>
    <artifactId>VatTools</artifactId>
    <version>2023.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.valuya.vattools : VatTools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.1

All Versions

Choose a version of be.valuya.vattools : VatTools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.1
VatTools-2023.1
2022.3
VatTools-2022.3

How to add a dependency to Maven

Add the following be.valuya.vattools : VatTools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.valuya.vattools</groupId>
    <artifactId>VatTools</artifactId>
    <version>2023.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.valuya.vattools : VatTools gradle dependency to your build.gradle file:

implementation 'be.valuya.vattools:VatTools:2023.1'

Gradle Kotlin DSL: Add the following be.valuya.vattools : VatTools gradle kotlin dependency to your build.gradle.kts file:

implementation("be.valuya.vattools:VatTools:2023.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.valuya.vattools : VatTools sbt scala dependency to your build.sbt file:

libraryDependencies += "be.valuya.vattools" % "VatTools" % "2023.1"

Advertisement