MVN

com.vladsch.plugin-test-util : plugin-test-util-lib

Maven & Gradle

May 23, 2023

plugin-test-util-lib · Implementation library for collection of utilities and classes used for testing JetBrains API plugins using flexmark-java spec files to provide input and expected results.

<dependency>
    <groupId>com.vladsch.plugin-test-util</groupId>
    <artifactId>plugin-test-util-lib</artifactId>
    <version>1.213.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vladsch.plugin-test-util : plugin-test-util-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.213.10

All Versions

Choose a version of com.vladsch.plugin-test-util : plugin-test-util-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.213.x
plugin-test-util-lib-1.213.10
plugin-test-util-lib-1.213.8
plugin-test-util-lib-1.213.6
1.212.x
plugin-test-util-lib-1.212.4

How to add a dependency to Maven

Add the following com.vladsch.plugin-test-util : plugin-test-util-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vladsch.plugin-test-util</groupId>
    <artifactId>plugin-test-util-lib</artifactId>
    <version>1.213.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vladsch.plugin-test-util : plugin-test-util-lib gradle dependency to your build.gradle file:

implementation 'com.vladsch.plugin-test-util:plugin-test-util-lib:1.213.10'

Gradle Kotlin DSL: Add the following com.vladsch.plugin-test-util : plugin-test-util-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vladsch.plugin-test-util:plugin-test-util-lib:1.213.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vladsch.plugin-test-util : plugin-test-util-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vladsch.plugin-test-util" % "plugin-test-util-lib" % "1.213.10"