Jar examples for u:uedi-core
Simple dependency injection framework. Relies on reflection at runtime, but does not enforce boilerplate annotations usage.
You can download jar file uedi-core 0.1 in this page.
The Apache License, Version 2.0
You can use the following script to add uedi-core-0.1.jar to your project.
<dependency> <groupId>com.github.czyzby</groupId> <artifactId>uedi-core</artifactId> <version>0.1</version> </dependency>
compile group: 'com.github.czyzby', name: 'uedi-core', version: '0.1'
libraryDependencies += "com.github.czyzby" % "uedi-core" % "0.1"
<dependency org="com.github.czyzby" name="uedi-core" rev="0.1"/>
@Grapes(@Grab(group='com.github.czyzby', module='uedi-core', version='0.1'))
'com.github.czyzby:uedi-core:jar:0.1'
Click the following link to download the jar file.
uedi-core-0.1-javadoc.jar