MVN

dev.jensderuiter : minecraft-imagery

Maven & Gradle

Aug 01, 2023
15 stars

Minecraft ImageryAPI · Toolkit for taking pictures or videos in Minecraft

<dependency>
    <groupId>dev.jensderuiter</groupId>
    <artifactId>minecraft-imagery</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.jensderuiter : minecraft-imagery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of dev.jensderuiter : minecraft-imagery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
minecraft-imagery-1.1.3
minecraft-imagery-1.1.2
minecraft-imagery-1.1.1
minecraft-imagery-1.1.0
1.0.x
minecraft-imagery-1.0.2
minecraft-imagery-1.0.1
minecraft-imagery-1.0.0

How to add a dependency to Maven

Add the following dev.jensderuiter : minecraft-imagery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.jensderuiter</groupId>
    <artifactId>minecraft-imagery</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.jensderuiter : minecraft-imagery gradle dependency to your build.gradle file:

implementation 'dev.jensderuiter:minecraft-imagery:1.1.3'

Gradle Kotlin DSL: Add the following dev.jensderuiter : minecraft-imagery gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.jensderuiter:minecraft-imagery:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.jensderuiter : minecraft-imagery sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.jensderuiter" % "minecraft-imagery" % "1.1.3"