GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-web |
Version | Version5.11.0 |
Type | Typejar |
Filename | Size |
---|---|
activemq-web-5.11.0.pom | |
activemq-web-5.11.0.jar | 110 KB |
activemq-web-5.11.0-sources.jar | 92 KB |
activemq-web-5.11.0-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-web/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-web</artifactId>
<version>5.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-web/
implementation 'org.apache.activemq:activemq-web:5.11.0'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-web/
implementation ("org.apache.activemq:activemq-web:5.11.0")
'org.apache.activemq:activemq-web:jar:5.11.0'
<dependency org="org.apache.activemq" name="activemq-web" rev="5.11.0">
<artifact name="activemq-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-web', version='5.11.0')
)
libraryDependencies += "org.apache.activemq" % "activemq-web" % "5.11.0"
[org.apache.activemq/activemq-web "5.11.0"]