Download menta-container-1.0.1.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 1.0.1 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-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

menta-container-1.0.1-all.jar
menta-container-1.0.1-javadoc.jar
menta-container-1.0.1-sources.jar
menta-container-1.0.1.jar
menta-container-1.0.1.pom



Related Tutorials