MVN

io.github.m4gr3d : godot

Maven & Gradle

Oct 29, 2022
90.5k stars

godot · Godot Engine Android Library

<dependency>
    <groupId>io.github.m4gr3d</groupId>
    <artifactId>godot</artifactId>
    <version>3.5.1.stable</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.1.stable
  • Latest Release Candidate: 3.4.4.rc2
  • Latest Beta: 4.0.0.beta3

All Versions

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

Version Vulnerabilities Updated
4.0.x
godot-4.0.0.beta3
3.5.x
godot-3.5.1.stable
godot-3.5.0.beta
3.4.x
godot-3.4.4.stable
godot-3.4.4.rc2
godot-3.4.3.stable

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.m4gr3d</groupId>
    <artifactId>godot</artifactId>
    <version>3.5.1.stable</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.m4gr3d:godot:3.5.1.stable'

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

implementation("io.github.m4gr3d:godot:3.5.1.stable")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.m4gr3d" % "godot" % "3.5.1.stable"