MVN

com.mantledillusion.injection : hura-web

Maven & Gradle

Aug 03, 2022
1 usages
0 stars

Hura Web

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

Latest Version

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

  • Latest Stable: 2.0.1
  • Latest Beta: 2.0.0.BETA1
  • Latest Alpha: 2.0.0.ALPHA10

All Versions

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

Version Vulnerabilities Updated
2.0.x
hura-web-2.0.1
hura-web-2.0.0
hura-web-2.0.0.BETA1
hura-web-2.0.0.ALPHA10
hura-web-2.0.0.ALPHA9
hura-web-2.0.0.ALPHA8
hura-web-2.0.0.ALPHA7
hura-web-2.0.0.ALPHA6
hura-web-2.0.0.ALPHA5
hura-web-2.0.0.ALPHA4
hura-web-2.0.0.ALPHA3
hura-web-2.0.0.ALPHA2
hura-web-2.0.0.ALPHA1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mantledillusion.injection</groupId>
    <artifactId>hura-web</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.mantledillusion.injection:hura-web:2.0.1'

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

implementation("com.mantledillusion.injection:hura-web:2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.mantledillusion.injection" % "hura-web" % "2.0.1"