| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-example-gauth |
| Last Version | Last Version2.17.7 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionCamel :: Example :: GAuth
Demonstrates how to implement Camel's OAuth support for GAE
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| camel-example-gauth-2.17.7.pom | |
| camel-example-gauth-2.17.7.war | 17 MB |
| camel-example-gauth-2.17.7-sources.jar | 20 KB |
| camel-example-gauth-2.17.7-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-gauth/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-gauth</artifactId>
<version>2.17.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-gauth/
implementation 'org.apache.camel:camel-example-gauth:2.17.7'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-gauth/
implementation ("org.apache.camel:camel-example-gauth:2.17.7")
'org.apache.camel:camel-example-gauth:war:2.17.7'
<dependency org="org.apache.camel" name="camel-example-gauth" rev="2.17.7">
<artifact name="camel-example-gauth" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-gauth', version='2.17.7')
)
libraryDependencies += "org.apache.camel" % "camel-example-gauth" % "2.17.7"
[org.apache.camel/camel-example-gauth "2.17.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-gae | jar | 2.17.7 |
| org.springframework : spring-web | jar | 4.2.5.RELEASE |
| org.springframework : spring-webmvc | jar | 4.2.5.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |