| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-example-axis |
| Версия | Версия2.8.6 |
| Тип | Типwar |
| Описание |
ОписаниеCamel :: Example :: Axis
An example how to use Apache Axis 1.4 with Camel as a web application
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-example-axis-2.8.6.pom | |
| camel-example-axis-2.8.6.war | 6 MB |
| camel-example-axis-2.8.6-sources.jar | 23 KB |
| camel-example-axis-2.8.6-javadoc.jar | 77 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-axis/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-axis</artifactId>
<version>2.8.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-axis/
implementation 'org.apache.camel:camel-example-axis:2.8.6'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-axis/
implementation ("org.apache.camel:camel-example-axis:2.8.6")
'org.apache.camel:camel-example-axis:war:2.8.6'
<dependency org="org.apache.camel" name="camel-example-axis" rev="2.8.6">
<artifact name="camel-example-axis" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-axis', version='2.8.6')
)
libraryDependencies += "org.apache.camel" % "camel-example-axis" % "2.8.6"
[org.apache.camel/camel-example-axis "2.8.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-core | jar | 2.8.6 |
| org.apache.camel : camel-spring | jar | 2.8.6 |
| org.springframework : spring-web | jar | 3.0.7.RELEASE |
| org.apache.axis : axis | jar | 1.4 |
| org.apache.axis : axis-jaxrpc | jar | 1.4 |
| org.apache.axis : axis-saaj | jar | 1.4 |
| axis : axis-wsdl4j | jar | 1.5.1 |
| commons-discovery : commons-discovery | jar | 0.4 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| log4j : log4j | jar | 1.2.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.springframework : spring-test | jar | 3.0.7.RELEASE |
| org.eclipse.jetty : jetty-server | jar | 7.4.5.v20110725 |
| org.eclipse.jetty : jetty-webapp | jar | 7.4.5.v20110725 |