MVN

io.github.ennuil : LibZoomer

Maven & Gradle

Jun 09, 2023
6 stars

LibZoomer · A library that allows other Minecraft mods to have powerful zooming easily.

<dependency>
    <groupId>io.github.ennuil</groupId>
    <artifactId>LibZoomer</artifactId>
    <version>0.7.0+1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ennuil : LibZoomer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0+1.20

All Versions

Choose a version of io.github.ennuil : LibZoomer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
LibZoomer-0.7.0+1.20
0.6.x
LibZoomer-0.6.0+1.19.4
0.5.x
LibZoomer-0.5.1+1.19.3
LibZoomer-0.5.0+1.19
0.4.x
LibZoomer-0.4.2+1.18.2
LibZoomer-0.4.1+1.18.2
LibZoomer-0.4.0+1.18.2
0.3.x
LibZoomer-0.3.0+1.17.1
0.2.x
LibZoomer-0.2.2+1.17.1

How to add a dependency to Maven

Add the following io.github.ennuil : LibZoomer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ennuil</groupId>
    <artifactId>LibZoomer</artifactId>
    <version>0.7.0+1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ennuil : LibZoomer gradle dependency to your build.gradle file:

implementation 'io.github.ennuil:LibZoomer:0.7.0+1.20'

Gradle Kotlin DSL: Add the following io.github.ennuil : LibZoomer gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ennuil:LibZoomer:0.7.0+1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ennuil : LibZoomer sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ennuil" % "LibZoomer" % "0.7.0+1.20"

Advertisement