MVN

com.buschmais.jqassistant.plugin : yaml

Maven & Gradle

Nov 09, 2022
9 usages
1 stars

jQAssistant YAML Plugin · A YAML file scanner for jQAssistant.

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

Latest Version

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

  • Latest Stable: 1.12.2
  • Latest Release Candidate: 1.11.0-RC-1
  • Latest Alpha: 1.10.0-ALPHA1

All Versions

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

Version Vulnerabilities Updated
1.12.x
yaml-1.12.2
yaml-1.12.1
yaml-1.12.0
yaml-1.12.0-M1
1.11.x
yaml-1.11.1
yaml-1.11.0
yaml-1.11.0-RC-1
1.10.x
yaml-1.10.1
yaml-1.10.0
yaml-1.10.0-RC1
yaml-1.10.0-ALPHA1
1.9.x
yaml-1.9.1
yaml-1.9.0
yaml-1.9.0-RC1
yaml-1.9.0-ALPHA2
yaml-1.9.0-ALPHA1
1.8.x
yaml-1.8.0
yaml-1.8.0-MS1
1.7.x
yaml-1.7.0
yaml-1.7.0-RC1
yaml-1.7.0-MS3
yaml-1.7.0-MS2
yaml-1.7.0-MS1
1.6.x
yaml-1.6.0
yaml-1.6.0-RC1
1.5.x
yaml-1.5.0
1.5
yaml-1.5-RC-1
1.4
yaml-1.4
1.3
yaml-1.3
1.2
yaml-1.2
yaml-1.2-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>yaml</artifactId>
    <version>1.12.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.buschmais.jqassistant.plugin:yaml:1.12.2'

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

implementation("com.buschmais.jqassistant.plugin:yaml:1.12.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.buschmais.jqassistant.plugin" % "yaml" % "1.12.2"

Advertisement