Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.weld.probe |
ArtifactId | ArtifactIdweld-probe-integration-tests |
Version | Version3.0.0.Alpha12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.weld.probe/weld-probe-integration-tests/ -->
<dependency>
<groupId>org.jboss.weld.probe</groupId>
<artifactId>weld-probe-integration-tests</artifactId>
<version>3.0.0.Alpha12</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld.probe/weld-probe-integration-tests/
implementation 'org.jboss.weld.probe:weld-probe-integration-tests:3.0.0.Alpha12'
// https://jarcasting.com/artifacts/org.jboss.weld.probe/weld-probe-integration-tests/
implementation ("org.jboss.weld.probe:weld-probe-integration-tests:3.0.0.Alpha12")
'org.jboss.weld.probe:weld-probe-integration-tests:jar:3.0.0.Alpha12'
<dependency org="org.jboss.weld.probe" name="weld-probe-integration-tests" rev="3.0.0.Alpha12">
<artifact name="weld-probe-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld.probe', module='weld-probe-integration-tests', version='3.0.0.Alpha12')
)
libraryDependencies += "org.jboss.weld.probe" % "weld-probe-integration-tests" % "3.0.0.Alpha12"
[org.jboss.weld.probe/weld-probe-integration-tests "3.0.0.Alpha12"]