License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-example-reportincident |
Last Version | Last Version2.19.5 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionCamel :: Example :: Report Incident (deprecated)
An example based on real life use case for reporting incidents using webservice that are transformed
and send as emails to a backing system
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-reportincident/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-reportincident</artifactId>
<version>2.19.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reportincident/
implementation 'org.apache.camel:camel-example-reportincident:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reportincident/
implementation ("org.apache.camel:camel-example-reportincident:2.19.5")
'org.apache.camel:camel-example-reportincident:war:2.19.5'
<dependency org="org.apache.camel" name="camel-example-reportincident" rev="2.19.5">
<artifact name="camel-example-reportincident" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-reportincident', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-reportincident" % "2.19.5"
[org.apache.camel/camel-example-reportincident "2.19.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-core | jar | 2.19.5 |
org.apache.camel : camel-spring | jar | 2.19.5 |
org.apache.camel : camel-cxf | jar | 2.19.5 |
org.apache.camel : camel-velocity | jar | 2.19.5 |
org.apache.camel : camel-mail | jar | 2.19.5 |
org.springframework : spring-web | jar | 4.3.11.RELEASE |
org.apache.cxf : cxf-rt-frontend-jaxws | jar | 3.1.13 |
org.apache.cxf : cxf-rt-transports-http | jar | 3.1.13 |
org.apache.cxf : cxf-rt-transports-http-jetty | jar | 3.1.13 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.8.2 |
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.2 |
org.apache.logging.log4j : log4j-jcl | jar | 2.8.2 |
org.apache.logging.log4j : log4j-web | jar | 2.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.jvnet.mock-javamail : mock-javamail | jar | 1.9 |
org.apache.camel : camel-test | jar | 2.19.5 |
junit : junit | jar | 4.12 |