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