MVN

com.googlecode.xmlblackbox : xmlblackbox

Maven & Gradle

Apr 10, 2015

XmlBlackBox framework · XmlBlackBox is a Java framework that enable to describe a test case in Xml

<dependency>
    <groupId>com.googlecode.xmlblackbox</groupId>
    <artifactId>xmlblackbox</artifactId>
    <version>3.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.xmlblackbox : xmlblackbox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.9

All Versions

Choose a version of com.googlecode.xmlblackbox : xmlblackbox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
xmlblackbox-3.1.9
xmlblackbox-3.1.7
xmlblackbox-3.1.6
xmlblackbox-3.1.5
xmlblackbox-3.1.3
xmlblackbox-3.1.2
xmlblackbox-3.1.1
3.0.x
xmlblackbox-3.0.13
xmlblackbox-3.0.12
xmlblackbox-3.0.11
xmlblackbox-3.0.10
xmlblackbox-3.0.8
xmlblackbox-3.0.6
xmlblackbox-3.0.5
xmlblackbox-3.0.4
xmlblackbox-3.0.2
xmlblackbox-3.0.1
xmlblackbox-3.0.0
2.8.x
xmlblackbox-2.8.28

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.xmlblackbox</groupId>
    <artifactId>xmlblackbox</artifactId>
    <version>3.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.xmlblackbox : xmlblackbox gradle dependency to your build.gradle file:

implementation 'com.googlecode.xmlblackbox:xmlblackbox:3.1.9'

Gradle Kotlin DSL: Add the following com.googlecode.xmlblackbox : xmlblackbox gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.xmlblackbox:xmlblackbox:3.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.xmlblackbox : xmlblackbox sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.xmlblackbox" % "xmlblackbox" % "3.1.9"