MVN

top.hendrixshen.magiclib : magiclib-1_20_4

Maven & Gradle

Dec 14, 2023
82 stars

MagicLib · To beat magic with magic :(

<dependency>
    <groupId>top.hendrixshen.magiclib</groupId>
    <artifactId>magiclib-1_20_4</artifactId>
    <version>0.7.398</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.hendrixshen.magiclib : magiclib-1_20_4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.398
  • Latest Beta: 0.7.398+fe2125a-beta

All Versions

Choose a version of top.hendrixshen.magiclib : magiclib-1_20_4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
magiclib-1_20_4-0.7.398
magiclib-1_20_4-0.7.398+fe2125a-beta
magiclib-1_20_4-0.7.397+a203ce2-beta
magiclib-1_20_4-0.7.394+96910c4-beta

How to add a dependency to Maven

Add the following top.hendrixshen.magiclib : magiclib-1_20_4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.hendrixshen.magiclib</groupId>
    <artifactId>magiclib-1_20_4</artifactId>
    <version>0.7.398</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.hendrixshen.magiclib : magiclib-1_20_4 gradle dependency to your build.gradle file:

implementation 'top.hendrixshen.magiclib:magiclib-1_20_4:0.7.398'

Gradle Kotlin DSL: Add the following top.hendrixshen.magiclib : magiclib-1_20_4 gradle kotlin dependency to your build.gradle.kts file:

implementation("top.hendrixshen.magiclib:magiclib-1_20_4:0.7.398")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.hendrixshen.magiclib : magiclib-1_20_4 sbt scala dependency to your build.sbt file:

libraryDependencies += "top.hendrixshen.magiclib" % "magiclib-1_20_4" % "0.7.398"