Download uedi-api-0.2.jar file - Jar u

Jar examples for u:uedi-api

Description

API of simple dependency injection framework. Contains no implementations.

You can download jar file uedi-api 0.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add uedi-api-0.2.jar to your project.

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

Download

Click the following link to download the jar file.

uedi-api-0.2-javadoc.jar
uedi-api-0.2-sources.jar
uedi-api-0.2.jar
uedi-api-0.2.pom



Related Tutorials