GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-web |
Version | Version2.19.1 |
Type | Typejar |
Filename | Size |
---|---|
artemis-web-2.19.1.pom | |
artemis-web-2.19.1.jar | 25 KB |
artemis-web-2.19.1-sources.jar | 20 KB |
artemis-web-2.19.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-web/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-web</artifactId>
<version>2.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-web/
implementation 'org.apache.activemq:artemis-web:2.19.1'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-web/
implementation ("org.apache.activemq:artemis-web:2.19.1")
'org.apache.activemq:artemis-web:jar:2.19.1'
<dependency org="org.apache.activemq" name="artemis-web" rev="2.19.1">
<artifact name="artemis-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-web', version='2.19.1')
)
libraryDependencies += "org.apache.activemq" % "artemis-web" % "2.19.1"
[org.apache.activemq/artemis-web "2.19.1"]