MVN

com.mantledillusion.injection : hura

Maven & Gradle

Aug 31, 2018
1 usages
0 stars

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

<dependency>
    <groupId>com.mantledillusion.injection</groupId>
    <artifactId>hura</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mantledillusion.injection : hura to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Beta: 1.0.0.BETA2
  • Latest Alpha: 1.0.0.ALPHA11

All Versions

Choose a version of com.mantledillusion.injection : hura to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hura-1.0.1
hura-1.0.0
hura-1.0.0.BETA2
hura-1.0.0.BETA1
hura-1.0.0.ALPHA11
hura-1.0.0.ALPHA10
hura-1.0.0.ALPHA9
hura-1.0.0.ALPHA8
hura-1.0.0.ALPHA7
hura-1.0.0.ALPHA6
hura-1.0.0.ALPHA5
hura-1.0.0.ALPHA4
hura-1.0.0.ALPHA3
hura-1.0.0.ALPHA2
hura-1.0.0.ALPHA1

How to add a dependency to Maven

Add the following com.mantledillusion.injection : hura maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mantledillusion.injection</groupId>
    <artifactId>hura</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mantledillusion.injection : hura gradle dependency to your build.gradle file:

implementation 'com.mantledillusion.injection:hura:1.0.1'

Gradle Kotlin DSL: Add the following com.mantledillusion.injection : hura gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mantledillusion.injection:hura:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mantledillusion.injection : hura sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mantledillusion.injection" % "hura" % "1.0.1"

Advertisement