Download library-module-0.0.2.jar file - Jar l

Jar examples for l:library-module

Description

Module responsible for any global Marauder configuration that should apply to all Marauder modules. MarauderLibraryModule is a dependency for all other modules because of reliance on centralized configuration.

You can download jar file library-module 0.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add library-module-0.0.2.jar to your project.

<dependency>
   <groupId>com.srotya.marauder</groupId>
   <artifactId>library-module</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.srotya.marauder', name: 'library-module', version: '0.0.2'
libraryDependencies += "com.srotya.marauder" % "library-module" % "0.0.2"
<dependency org="com.srotya.marauder" name="library-module" rev="0.0.2"/>
@Grapes(@Grab(group='com.srotya.marauder', module='library-module', version='0.0.2'))
'com.srotya.marauder:library-module:jar:0.0.2'

Download

Click the following link to download the jar file.

library-module-0.0.2-javadoc.jar
library-module-0.0.2-sources.jar
library-module-0.0.2.jar
library-module-0.0.2.pom



Related Tutorials