MVN

com.google.appengine : libxmlvalidator_test

Maven & Gradle

Aug 15, 2023
178 stars

AppEngine :: libxmlvalidator_test

<dependency>
    <groupId>com.google.appengine</groupId>
    <artifactId>libxmlvalidator_test</artifactId>
    <version>2.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.appengine : libxmlvalidator_test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.17

All Versions

Choose a version of com.google.appengine : libxmlvalidator_test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
libxmlvalidator_test-2.0.17
libxmlvalidator_test-2.0.16
libxmlvalidator_test-2.0.15
libxmlvalidator_test-2.0.14
libxmlvalidator_test-2.0.13
libxmlvalidator_test-2.0.12
libxmlvalidator_test-2.0.11
libxmlvalidator_test-2.0.10
libxmlvalidator_test-2.0.8
libxmlvalidator_test-2.0.7

How to add a dependency to Maven

Add the following com.google.appengine : libxmlvalidator_test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.appengine</groupId>
    <artifactId>libxmlvalidator_test</artifactId>
    <version>2.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.appengine : libxmlvalidator_test gradle dependency to your build.gradle file:

implementation 'com.google.appengine:libxmlvalidator_test:2.0.17'

Gradle Kotlin DSL: Add the following com.google.appengine : libxmlvalidator_test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.appengine:libxmlvalidator_test:2.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.appengine : libxmlvalidator_test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.appengine" % "libxmlvalidator_test" % "2.0.17"

Advertisement