Download modules-api-1.3.0.jar file - Jar m

Jar examples for m:modules-api

Description

Modules is a tiny module framework for java.

You can download jar file modules-api 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add modules-api-1.3.0.jar to your project.

<dependency>
   <groupId>com.thorstenmarx.modules</groupId>
   <artifactId>modules-api</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'com.thorstenmarx.modules', name: 'modules-api', version: '1.3.0'
libraryDependencies += "com.thorstenmarx.modules" % "modules-api" % "1.3.0"
<dependency org="com.thorstenmarx.modules" name="modules-api" rev="1.3.0"/>
@Grapes(@Grab(group='com.thorstenmarx.modules', module='modules-api', version='1.3.0'))
'com.thorstenmarx.modules:modules-api:jar:1.3.0'

Download

Click the following link to download the jar file.

modules-api-1.3.0-javadoc.jar
modules-api-1.3.0-sources.jar
modules-api-1.3.0.jar
modules-api-1.3.0.pom



Related Tutorials