License |
License |
---|---|
GroupId | GroupIdorg.apache.cocoon |
ArtifactId | ArtifactIdcocoon-servlet-service-impl |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCocoon Servlet Service Implementation
The servlet service framework makes it easy to use servlets as Spring components.
It also contains functionality so that a servlet service can call other servlet
services that it is connected to in the Spring configuration.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-servlet-service-impl/ -->
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-servlet-service-impl</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-servlet-service-impl/
implementation 'org.apache.cocoon:cocoon-servlet-service-impl:1.3.2'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-servlet-service-impl/
implementation ("org.apache.cocoon:cocoon-servlet-service-impl:1.3.2")
'org.apache.cocoon:cocoon-servlet-service-impl:jar:1.3.2'
<dependency org="org.apache.cocoon" name="cocoon-servlet-service-impl" rev="1.3.2">
<artifact name="cocoon-servlet-service-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-servlet-service-impl', version='1.3.2')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-servlet-service-impl" % "1.3.2"
[org.apache.cocoon/cocoon-servlet-service-impl "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.cocoon : cocoon-spring-configurator | jar | 2.2.1 |
org.springframework : spring-core | jar | 2.5.5 |
org.springframework : spring-beans | jar | 2.5.5 |
org.springframework : spring-context | jar | 2.5.5 |
org.springframework : spring-web | jar | 2.5.5 |
org.springframework : spring-aop | jar | 2.5.5 |
org.aspectj : aspectjrt | jar | 1.5.4 |
org.aspectj : aspectjweaver | jar | 1.5.4 |
org.apache.cocoon : cocoon-jnet | jar | 1.2.2 |
commons-collections : commons-collections | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |
easymock : easymock | jar | 1.1 |