GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-plugin |
Version | Version2.10.0 |
Type | Typewar |
Filename | Size |
---|---|
artemis-plugin-2.10.0.pom | |
artemis-plugin-2.10.0.war | 82 KB |
artemis-plugin-2.10.0-sources.jar | 7 KB |
artemis-plugin-2.10.0-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.10.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-plugin/
implementation 'org.apache.activemq:artemis-plugin:2.10.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-plugin/
implementation ("org.apache.activemq:artemis-plugin:2.10.0")
'org.apache.activemq:artemis-plugin:war:2.10.0'
<dependency org="org.apache.activemq" name="artemis-plugin" rev="2.10.0">
<artifact name="artemis-plugin" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-plugin', version='2.10.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-plugin" % "2.10.0"
[org.apache.activemq/artemis-plugin "2.10.0"]