Download menta-container-0.9.8.jar file - Jar m

Jar examples for m:menta-container

Description

A IOC container as simple and pragmatic as it can get with programmatic configuration through a Fluent API.

You can download jar file menta-container 0.9.8 in this page.

License

GNU Lesser General Public License (LGPL), Version 2.1

Build File

You can use the following script to add menta-container-0.9.8.jar to your project.

<dependency>
   <groupId>me.soliveirajr</groupId>
   <artifactId>menta-container</artifactId>
   <version>0.9.8</version>
</dependency>
compile group: 'me.soliveirajr', name: 'menta-container', version: '0.9.8'
libraryDependencies += "me.soliveirajr" % "menta-container" % "0.9.8"
<dependency org="me.soliveirajr" name="menta-container" rev="0.9.8"/>
@Grapes(@Grab(group='me.soliveirajr', module='menta-container', version='0.9.8'))
'me.soliveirajr:menta-container:jar:0.9.8'

Download

Click the following link to download the jar file.

menta-container-0.9.8-javadoc.jar
menta-container-0.9.8-sources.jar
menta-container-0.9.8.jar
menta-container-0.9.8.pom



Related Tutorials