| License |
License |
|---|---|
| Categories |
CategoriesMessaging Application Layer Libs |
| GroupId | GroupIdorg.jimsey.projects.camel.components |
| ArtifactId | ArtifactIdcamel-spring-simple-messaging |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionCamelSpringSimpleMessaging Component
An Apache Camel component for sending messages via Spring's SimpMessageSendingOperations, such as STOMP over websockets.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.jimsey.projects.camel.components/camel-spring-simple-messaging/ -->
<dependency>
<groupId>org.jimsey.projects.camel.components</groupId>
<artifactId>camel-spring-simple-messaging</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jimsey.projects.camel.components/camel-spring-simple-messaging/
implementation 'org.jimsey.projects.camel.components:camel-spring-simple-messaging:1.0.0'
// https://jarcasting.com/artifacts/org.jimsey.projects.camel.components/camel-spring-simple-messaging/
implementation ("org.jimsey.projects.camel.components:camel-spring-simple-messaging:1.0.0")
'org.jimsey.projects.camel.components:camel-spring-simple-messaging:jar:1.0.0'
<dependency org="org.jimsey.projects.camel.components" name="camel-spring-simple-messaging" rev="1.0.0">
<artifact name="camel-spring-simple-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jimsey.projects.camel.components', module='camel-spring-simple-messaging', version='1.0.0')
)
libraryDependencies += "org.jimsey.projects.camel.components" % "camel-spring-simple-messaging" % "1.0.0"
[org.jimsey.projects.camel.components/camel-spring-simple-messaging "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-core | jar | 2.15.3 |
| org.apache.camel : apt | jar | 2.15.3 |
| org.springframework : spring-messaging | jar | 4.1.7.RELEASE |
| org.json : json | jar | 20140107 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.11 |
| org.apache.camel : camel-test | jar | 2.15.3 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.hamcrest : hamcrest-all | jar | 1.3 |