Download library-module-0.0.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials