Download annotations-runtime-1.7.0.jar file - Jar a

Jar examples for a:annotations-runtime

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 annotations-runtime 1.7.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add annotations-runtime-1.7.0.jar to your project.

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

Download

Click the following link to download the jar file.

annotations-runtime-1.7.0-javadoc.jar
annotations-runtime-1.7.0-sources.jar
annotations-runtime-1.7.0.jar
annotations-runtime-1.7.0.pom



Related Tutorials