a

annotations-runtime

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