b

blueprint-override

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
blueprint-override-3.1.0.jar download
blueprint-override-3.1.0.pom download
blueprint-override-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.xenit.de</groupId>
  <artifactId>blueprint-override</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'eu.xenit.de:blueprint-override:3.1.0'
Gradle Kotlin
implementation("eu.xenit.de:blueprint-override:3.1.0")
Scala SBT
libraryDependencies += "eu.xenit.de" % "blueprint-override" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.xenit.de', module='blueprint-override', version='3.1.0')
)
Apache Ivy
<dependency org="eu.xenit.de" name="blueprint-override" rev="3.1.0" />
Leiningen
[eu.xenit.de/blueprint-override "3.1.0"]
Apache Buildr
'eu.xenit.de:blueprint-override:jar:3.1.0'
Dependencies