Download uedi-api-0.1.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.1 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials