w

weld-probe-integration-tests

文件下载
文件名 操作
weld-probe-integration-tests-2.3.0.Beta1.jar 下载
weld-probe-integration-tests-2.3.0.Beta1.pom 下载
weld-probe-integration-tests-2.3.0.Beta1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jboss.weld.probe</groupId>
  <artifactId>weld-probe-integration-tests</artifactId>
  <version>2.3.0.Beta1</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld.probe:weld-probe-integration-tests:2.3.0.Beta1'
Gradle Kotlin
implementation("org.jboss.weld.probe:weld-probe-integration-tests:2.3.0.Beta1")
Scala SBT
libraryDependencies += "org.jboss.weld.probe" % "weld-probe-integration-tests" % "2.3.0.Beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld.probe', module='weld-probe-integration-tests', version='2.3.0.Beta1')
)
Apache Ivy
<dependency org="org.jboss.weld.probe" name="weld-probe-integration-tests" rev="2.3.0.Beta1" />
Leiningen
[org.jboss.weld.probe/weld-probe-integration-tests "2.3.0.Beta1"]
Apache Buildr
'org.jboss.weld.probe:weld-probe-integration-tests:jar:2.3.0.Beta1'