MVN

com.buschmais.jqassistant.plugin : xml

Maven & Gradle

Aug 26, 2023
16 usages
2 stars

jQAssistant XML Plugin · Plugin for jQAssistant to be able to scan and to analyze XML related artifacts.

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>xml</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.buschmais.jqassistant.plugin : xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7
  • Latest Release Candidate: 2.0.0-RC2
  • Latest Alpha: 1.10.0-ALPHA1

All Versions

Choose a version of com.buschmais.jqassistant.plugin : xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
xml-2.0.7
xml-2.0.6
xml-2.0.5
xml-2.0.4
xml-2.0.3
xml-2.0.2
xml-2.0.1
xml-2.0.0
xml-2.0.0-RC2
xml-2.0.0-RC1
xml-2.0.0-M4
xml-2.0.0-M3
xml-2.0.0-M2
xml-2.0.0-M1
1.12.x
xml-1.12.2
xml-1.12.1
xml-1.12.0
xml-1.12.0-M1
1.11.x
xml-1.11.1
xml-1.11.0
xml-1.11.0-RC-1
1.10.x
xml-1.10.1
xml-1.10.0
xml-1.10.0-RC1
xml-1.10.0-ALPHA1
1.9.x
xml-1.9.1
xml-1.9.0
xml-1.9.0-RC1
xml-1.9.0-ALPHA2
xml-1.9.0-ALPHA1
1.8.x
xml-1.8.0
xml-1.8.0-MS1
1.7.x
xml-1.7.0
xml-1.7.0-RC1
xml-1.7.0-MS3
xml-1.7.0-MS2
xml-1.7.0-MS1
1.6.x
xml-1.6.0
xml-1.6.0-RC1
1.5.x
xml-1.5.0
1.5
xml-1.5-RC-1
1.4
xml-1.4
1.3
xml-1.3
1.2
xml-1.2
xml-1.2-RC1

How to add a dependency to Maven

Add the following com.buschmais.jqassistant.plugin : xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>xml</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.buschmais.jqassistant.plugin : xml gradle dependency to your build.gradle file:

implementation 'com.buschmais.jqassistant.plugin:xml:2.0.7'

Gradle Kotlin DSL: Add the following com.buschmais.jqassistant.plugin : xml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.buschmais.jqassistant.plugin:xml:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.buschmais.jqassistant.plugin : xml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.buschmais.jqassistant.plugin" % "xml" % "2.0.7"

Advertisement