Download dspace-cocoon-servlet-service-impl-1.0.1.jar file - Jar d

Jar examples for d:dspace-cocoon-servlet-service-impl

Description

This is version of the cocoon servlet service with patched as per the following tickets: http://jira.dspace.org/jira/browse/DS-253 with patch... https://issues.apache.org/jira/browse/COCOON-2217 This is deployed to fix issues with streams not closing we cannot use cocoon-servlet-service-impl 1.1.0 or 1.2.0 as they break block deployment. More recently, patches were applied to try and resolve http://jira.dspace.org/jira/browse/DS-768.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

dspace-cocoon-servlet-service-impl-1.0.1.jar
dspace-cocoon-servlet-service-impl-1.0.1.pom



Related Tutorials