Download webscripts-1.5.0.jar file - Jar w

Jar examples for w:webscripts

Description

Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features

You can download jar file webscripts 1.5.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add webscripts-1.5.0.jar to your project.

<dependency>
   <groupId>eu.xenit.de</groupId>
   <artifactId>webscripts</artifactId>
   <version>1.5.0</version>
</dependency>
compile group: 'eu.xenit.de', name: 'webscripts', version: '1.5.0'
libraryDependencies += "eu.xenit.de" % "webscripts" % "1.5.0"
<dependency org="eu.xenit.de" name="webscripts" rev="1.5.0"/>
@Grapes(@Grab(group='eu.xenit.de', module='webscripts', version='1.5.0'))
'eu.xenit.de:webscripts:jar:1.5.0'

Download

Click the following link to download the jar file.

webscripts-1.5.0-javadoc.jar
webscripts-1.5.0-sources.jar
webscripts-1.5.0.jar
webscripts-1.5.0.pom



Related Tutorials