Categories |
CategoriesApache TomEE Container Application Servers Arquillian Application Testing & Monitoring |
---|---|
GroupId | GroupIdorg.apache.tomee |
ArtifactId | ArtifactIdarquillian-tomee-jms-tests |
Version | Version7.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.tomee/arquillian-tomee-jms-tests/ -->
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>arquillian-tomee-jms-tests</artifactId>
<version>7.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomee/arquillian-tomee-jms-tests/
implementation 'org.apache.tomee:arquillian-tomee-jms-tests:7.0.7'
// https://jarcasting.com/artifacts/org.apache.tomee/arquillian-tomee-jms-tests/
implementation ("org.apache.tomee:arquillian-tomee-jms-tests:7.0.7")
'org.apache.tomee:arquillian-tomee-jms-tests:jar:7.0.7'
<dependency org="org.apache.tomee" name="arquillian-tomee-jms-tests" rev="7.0.7">
<artifact name="arquillian-tomee-jms-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomee', module='arquillian-tomee-jms-tests', version='7.0.7')
)
libraryDependencies += "org.apache.tomee" % "arquillian-tomee-jms-tests" % "7.0.7"
[org.apache.tomee/arquillian-tomee-jms-tests "7.0.7"]