MVN

org.jboss.weld.probe : weld-probe-integration-tests

Maven & Gradle

Sep 15, 2015
339 stars
<dependency>
    <groupId>org.jboss.weld.probe</groupId>
    <artifactId>weld-probe-integration-tests</artifactId>
    <version>2.3.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.weld.probe : weld-probe-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0.Final
  • Latest Beta: 2.3.0.Beta3
  • Latest Alpha: 3.0.0.Alpha13

All Versions

Choose a version of org.jboss.weld.probe : weld-probe-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
weld-probe-integration-tests-3.0.0.Alpha13
weld-probe-integration-tests-3.0.0.Alpha12
weld-probe-integration-tests-3.0.0.Alpha11
weld-probe-integration-tests-3.0.0.Alpha10
weld-probe-integration-tests-3.0.0.Alpha9
weld-probe-integration-tests-3.0.0.Alpha8
weld-probe-integration-tests-3.0.0.Alpha7
weld-probe-integration-tests-3.0.0.Alpha6
2.3.x
weld-probe-integration-tests-2.3.0.Final
weld-probe-integration-tests-2.3.0.CR2
weld-probe-integration-tests-2.3.0.CR1
weld-probe-integration-tests-2.3.0.Beta3
weld-probe-integration-tests-2.3.0.Beta2
weld-probe-integration-tests-2.3.0.Beta1

How to add a dependency to Maven

Add the following org.jboss.weld.probe : weld-probe-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.weld.probe</groupId>
    <artifactId>weld-probe-integration-tests</artifactId>
    <version>2.3.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.weld.probe : weld-probe-integration-tests gradle dependency to your build.gradle file:

implementation 'org.jboss.weld.probe:weld-probe-integration-tests:2.3.0.Final'

Gradle Kotlin DSL: Add the following org.jboss.weld.probe : weld-probe-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.weld.probe:weld-probe-integration-tests:2.3.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.weld.probe : weld-probe-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.weld.probe" % "weld-probe-integration-tests" % "2.3.0.Final"