License |
License |
---|---|
GroupId | GroupIdorg.apache.activemq |
ArtifactId | ArtifactIdartemis-spring-integration |
Version | Version2.18.0 |
Type | Typejar |
Description |
DescriptionActiveMQ Artemis Spring Integration
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-spring-integration/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-spring-integration</artifactId>
<version>2.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-spring-integration/
implementation 'org.apache.activemq:artemis-spring-integration:2.18.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-spring-integration/
implementation ("org.apache.activemq:artemis-spring-integration:2.18.0")
'org.apache.activemq:artemis-spring-integration:jar:2.18.0'
<dependency org="org.apache.activemq" name="artemis-spring-integration" rev="2.18.0">
<artifact name="artemis-spring-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-spring-integration', version='2.18.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-spring-integration" % "2.18.0"
[org.apache.activemq/artemis-spring-integration "2.18.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.activemq : artemis-server | jar | 2.18.0 |
org.apache.activemq : artemis-jms-server | jar | 2.18.0 |
org.springframework : spring-beans | jar | 5.1.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.google.errorprone : error_prone_core | jar | 2.6.0 |