MVN

top.hendrixshen.magiclib : magiclib-1_20_2

Maven & Gradle

Sep 21, 2023
64 stars

MagicLib · To beat magic with magic :(

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

Latest Version

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

  • Latest Stable: 0.7.387
  • Latest Beta: 0.7.387+c02a0de-beta

All Versions

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

Version Vulnerabilities Updated
0.7.x
magiclib-1_20_2-0.7.387
magiclib-1_20_2-0.7.387+c02a0de-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>top.hendrixshen.magiclib</groupId>
    <artifactId>magiclib-1_20_2</artifactId>
    <version>0.7.387</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'top.hendrixshen.magiclib:magiclib-1_20_2:0.7.387'

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

implementation("top.hendrixshen.magiclib:magiclib-1_20_2:0.7.387")

How to add a dependency to SBT Scala

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

libraryDependencies += "top.hendrixshen.magiclib" % "magiclib-1_20_2" % "0.7.387"