MVN

cz.diribet : aqdef-tools

Maven & Gradle

Dec 30, 2022
9 stars

AQDEF tools · Tools for manipulating AQDEF content. These tools will help you read, write and create AQDEF content.

<dependency>
    <groupId>cz.diribet</groupId>
    <artifactId>aqdef-tools</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.diribet : aqdef-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.2
  • Latest Alpha: 2.2.3-alpha-1

All Versions

Choose a version of cz.diribet : aqdef-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
aqdef-tools-2.2.3-alpha-1
aqdef-tools-2.2.2
aqdef-tools-2.2.1
aqdef-tools-2.2.0
2.1.x
aqdef-tools-2.1.7
aqdef-tools-2.1.6
aqdef-tools-2.1.5
aqdef-tools-2.1.4
aqdef-tools-2.1.3
aqdef-tools-2.1.2
aqdef-tools-2.1.1
aqdef-tools-2.1.0
2.0.x
aqdef-tools-2.0.0
1.1.x
aqdef-tools-1.1.16
aqdef-tools-1.1.13
aqdef-tools-1.1.11
aqdef-tools-1.1.10
aqdef-tools-1.1.9
aqdef-tools-1.1.8
aqdef-tools-1.1.7
aqdef-tools-1.1.6
aqdef-tools-1.1.5
aqdef-tools-1.1.4
aqdef-tools-1.1.3
aqdef-tools-1.1.2
aqdef-tools-1.1.1
aqdef-tools-1.1.0
1.0.x
aqdef-tools-1.0.10
aqdef-tools-1.0.9
aqdef-tools-1.0.8
aqdef-tools-1.0.7
aqdef-tools-1.0.6
aqdef-tools-1.0.5
aqdef-tools-1.0.4
aqdef-tools-1.0.3
aqdef-tools-1.0.2
aqdef-tools-1.0.1
aqdef-tools-1.0.0

How to add a dependency to Maven

Add the following cz.diribet : aqdef-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.diribet</groupId>
    <artifactId>aqdef-tools</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.diribet : aqdef-tools gradle dependency to your build.gradle file:

implementation 'cz.diribet:aqdef-tools:2.2.2'

Gradle Kotlin DSL: Add the following cz.diribet : aqdef-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.diribet:aqdef-tools:2.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.diribet : aqdef-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.diribet" % "aqdef-tools" % "2.2.2"

Advertisement