| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.activemq |
| ArtifactId | ArtifactIdtests |
| Version | Version5.7.0 |
| Type | Typepom |
| Description |
DescriptionActiveMQ :: Integration Tests
ActiveMQ Integration Tests
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tests-5.7.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/tests/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>tests</artifactId>
<version>5.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/tests/
implementation 'org.apache.activemq:tests:5.7.0'
// https://jarcasting.com/artifacts/org.apache.activemq/tests/
implementation ("org.apache.activemq:tests:5.7.0")
'org.apache.activemq:tests:pom:5.7.0'
<dependency org="org.apache.activemq" name="tests" rev="5.7.0">
<artifact name="tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='tests', version='5.7.0')
)
libraryDependencies += "org.apache.activemq" % "tests" % "5.7.0"
[org.apache.activemq/tests "5.7.0"]