Download modules-api-0.21.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 0.21.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials