Download annotations-runtime-1.7.5.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.5 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials