Download hura-1.0.0.ALPHA6.jar file - Jar h

Jar examples for h:hura

Description

Hura is a dependency injection framework focused on sequential injection and bean lifecycle management.

You can download jar file hura 1.0.0.ALPHA6 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add hura-1.0.0.ALPHA6.jar to your project.

<dependency>
   <groupId>com.mantledillusion.injection</groupId>
   <artifactId>hura</artifactId>
   <version>1.0.0.ALPHA6</version>
</dependency>
compile group: 'com.mantledillusion.injection', name: 'hura', version: '1.0.0.ALPHA6'
libraryDependencies += "com.mantledillusion.injection" % "hura" % "1.0.0.ALPHA6"
<dependency org="com.mantledillusion.injection" name="hura" rev="1.0.0.ALPHA6"/>
@Grapes(@Grab(group='com.mantledillusion.injection', module='hura', version='1.0.0.ALPHA6'))
'com.mantledillusion.injection:hura:jar:1.0.0.ALPHA6'

Download

Click the following link to download the jar file.

hura-1.0.0.ALPHA6-javadoc.jar
hura-1.0.0.ALPHA6-sources.jar
hura-1.0.0.ALPHA6.jar
hura-1.0.0.ALPHA6.pom



Related Tutorials