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
Xenit Solutions NV
Files download
File Operation
webscripts-2.1.1.jar download
webscripts-2.1.1.pom download
webscripts-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.xenit.de</groupId>
  <artifactId>webscripts</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'eu.xenit.de:webscripts:2.1.1'
Gradle Kotlin
implementation("eu.xenit.de:webscripts:2.1.1")
Scala SBT
libraryDependencies += "eu.xenit.de" % "webscripts" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='eu.xenit.de', module='webscripts', version='2.1.1')
)
Apache Ivy
<dependency org="eu.xenit.de" name="webscripts" rev="2.1.1" />
Leiningen
[eu.xenit.de/webscripts "2.1.1"]
Apache Buildr
'eu.xenit.de:webscripts:jar:2.1.1'
Dependencies
The project has no third-party dependencies