Download easy-di-0.3.0.jar file - Jar e

Jar examples for e:easy-di

Description

Simple Dependency-Injection for Java

You can download jar file easy-di 0.3.0 in this page.

License

'The Apache Software License, Version 2.0'

Build File

You can use the following script to add easy-di-0.3.0.jar to your project.

<dependency>
   <groupId>eu.lestard</groupId>
   <artifactId>easy-di</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'eu.lestard', name: 'easy-di', version: '0.3.0'
libraryDependencies += "eu.lestard" % "easy-di" % "0.3.0"
<dependency org="eu.lestard" name="easy-di" rev="0.3.0"/>
@Grapes(@Grab(group='eu.lestard', module='easy-di', version='0.3.0'))
'eu.lestard:easy-di:jar:0.3.0'

Download

Click the following link to download the jar file.

easy-di-0.3.0-javadoc.jar
easy-di-0.3.0-sources.jar
easy-di-0.3.0.jar
easy-di-0.3.0.pom



Related Tutorials