Download cocoon-servlet-service-impl-1.2.0.jar file - Jar c

Jar examples for c:cocoon-servlet-service-impl

Description

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.

You can download jar file cocoon-servlet-service-impl 1.2.0 in this page.

License

Apache License

Build File

You can use the following script to add cocoon-servlet-service-impl-1.2.0.jar to your project.

<dependency>
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon-servlet-service-impl</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'org.apache.cocoon', name: 'cocoon-servlet-service-impl', version: '1.2.0'
libraryDependencies += "org.apache.cocoon" % "cocoon-servlet-service-impl" % "1.2.0"
<dependency org="org.apache.cocoon" name="cocoon-servlet-service-impl" rev="1.2.0"/>
@Grapes(@Grab(group='org.apache.cocoon', module='cocoon-servlet-service-impl', version='1.2.0'))
'org.apache.cocoon:cocoon-servlet-service-impl:jar:1.2.0'

Download

Click the following link to download the jar file.

cocoon-servlet-service-impl-1.2.0-javadoc.jar
cocoon-servlet-service-impl-1.2.0-sources.jar
cocoon-servlet-service-impl-1.2.0.jar
cocoon-servlet-service-impl-1.2.0.pom



Related Tutorials