| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-example-gauth |
| Версия | Версия2.17.7 |
| Тип | Типwar |
| Описание |
ОписаниеCamel :: Example :: GAuth
Demonstrates how to implement Camel's OAuth support for GAE
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-example-gauth-2.17.7.pom | |
| camel-example-gauth-2.17.7.war | 37 MB |
| camel-example-gauth-2.17.7-sources.jar | 20 KB |
| camel-example-gauth-2.17.7-javadoc.jar | 55 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |