| GroupId | GroupIdorg.apache.activemq |
|---|---|
| ArtifactId | ArtifactIdartemis-plugin |
| Version | Version2.6.1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| artemis-plugin-2.6.1.pom | |
| artemis-plugin-2.6.1.war | 81 KB |
| artemis-plugin-2.6.1-sources.jar | 7 KB |
| artemis-plugin-2.6.1-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-plugin/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-plugin</artifactId>
<version>2.6.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-plugin/
implementation 'org.apache.activemq:artemis-plugin:2.6.1'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-plugin/
implementation ("org.apache.activemq:artemis-plugin:2.6.1")
'org.apache.activemq:artemis-plugin:war:2.6.1'
<dependency org="org.apache.activemq" name="artemis-plugin" rev="2.6.1">
<artifact name="artemis-plugin" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-plugin', version='2.6.1')
)
libraryDependencies += "org.apache.activemq" % "artemis-plugin" % "2.6.1"
[org.apache.activemq/artemis-plugin "2.6.1"]