w

webscripts

Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features
https://github.com/xenit-eu/dynamic-extensions-for-alfresco
The Apache License, Version 2.0
Laurent Van der Linden Stan Mine Younes Regaieg
Files download
File Operation
webscripts-1.7.0.jar download
webscripts-1.7.0.pom download
webscripts-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.xenit.de</groupId>
  <artifactId>webscripts</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'eu.xenit.de:webscripts:1.7.0'
Gradle Kotlin
implementation("eu.xenit.de:webscripts:1.7.0")
Scala SBT
libraryDependencies += "eu.xenit.de" % "webscripts" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.xenit.de', module='webscripts', version='1.7.0')
)
Apache Ivy
<dependency org="eu.xenit.de" name="webscripts" rev="1.7.0" />
Leiningen
[eu.xenit.de/webscripts "1.7.0"]
Apache Buildr
'eu.xenit.de:webscripts:jar:1.7.0'