Download annotations-runtime-1.6.1.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.6.1 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials