Download extensions-1.0.0.jar file - Jar e

Jar examples for e:extensions

Description

Goolge Guice-Extension which add the support for Classpath Scanner and auto registration for Guice-Modules and Beans. ASM, Reflections/Javassit or a Sonatype-Guice-Extension can be used as Classpath Scanner.

You can download jar file extensions 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add extensions-1.0.0.jar to your project.

<dependency>
   <groupId>com.buschmais.asciidoctorj</groupId>
   <artifactId>extensions</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.buschmais.asciidoctorj', name: 'extensions', version: '1.0.0'
libraryDependencies += "com.buschmais.asciidoctorj" % "extensions" % "1.0.0"
<dependency org="com.buschmais.asciidoctorj" name="extensions" rev="1.0.0"/>
@Grapes(@Grab(group='com.buschmais.asciidoctorj', module='extensions', version='1.0.0'))
'com.buschmais.asciidoctorj:extensions:jar:1.0.0'

Download

Click the following link to download the jar file.

extensions-1.0.0-javadoc.jar
extensions-1.0.0-sources.jar
extensions-1.0.0.jar
extensions-1.0.0.pom



Related Tutorials