MVN

org.ow2.jasmine.probe : jasmine-probe-itests-config-xml

Maven & Gradle

Oct 03, 2013
2 usages

JASMINe :: Probe :: iTests :: Config XML

<dependency>
    <groupId>org.ow2.jasmine.probe</groupId>
    <artifactId>jasmine-probe-itests-config-xml</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.jasmine.probe : jasmine-probe-itests-config-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of org.ow2.jasmine.probe : jasmine-probe-itests-config-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jasmine-probe-itests-config-xml-1.3.0
1.2.x
jasmine-probe-itests-config-xml-1.2.4
jasmine-probe-itests-config-xml-1.2.3
jasmine-probe-itests-config-xml-1.2.2
jasmine-probe-itests-config-xml-1.2.1
1.1.x
jasmine-probe-itests-config-xml-1.1.1

How to add a dependency to Maven

Add the following org.ow2.jasmine.probe : jasmine-probe-itests-config-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.jasmine.probe</groupId>
    <artifactId>jasmine-probe-itests-config-xml</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.jasmine.probe : jasmine-probe-itests-config-xml gradle dependency to your build.gradle file:

implementation 'org.ow2.jasmine.probe:jasmine-probe-itests-config-xml:1.3.0'

Gradle Kotlin DSL: Add the following org.ow2.jasmine.probe : jasmine-probe-itests-config-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.jasmine.probe:jasmine-probe-itests-config-xml:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.jasmine.probe : jasmine-probe-itests-config-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.jasmine.probe" % "jasmine-probe-itests-config-xml" % "1.3.0"

Advertisement