Files download
File Operation
hura-web-2.0.1.jar download
hura-web-2.0.1.pom download
hura-web-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mantledillusion.injection</groupId>
  <artifactId>hura-web</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.mantledillusion.injection:hura-web:2.0.1'
Gradle Kotlin
implementation("com.mantledillusion.injection:hura-web:2.0.1")
Scala SBT
libraryDependencies += "com.mantledillusion.injection" % "hura-web" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.mantledillusion.injection', module='hura-web', version='2.0.1')
)
Apache Ivy
<dependency org="com.mantledillusion.injection" name="hura-web" rev="2.0.1" />
Leiningen
[com.mantledillusion.injection/hura-web "2.0.1"]
Apache Buildr
'com.mantledillusion.injection:hura-web:jar:2.0.1'