is not current version
Last Version 3.5.0.beta

io.github.m4gr3d:godot 3.4.3.stable

Godot Engine Android Library

GroupId

GroupId

io.github.m4gr3d
ArtifactId

ArtifactId

godot
Version

Version

3.4.3.stable
Type

Type

aar

Download godot 3.4.3.stable


<!-- https://jarcasting.com/artifacts/io.github.m4gr3d/godot/ -->
<dependency>
    <groupId>io.github.m4gr3d</groupId>
    <artifactId>godot</artifactId>
    <version>3.4.3.stable</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.m4gr3d/godot/
implementation 'io.github.m4gr3d:godot:3.4.3.stable'
// https://jarcasting.com/artifacts/io.github.m4gr3d/godot/
implementation ("io.github.m4gr3d:godot:3.4.3.stable")
'io.github.m4gr3d:godot:aar:3.4.3.stable'
<dependency org="io.github.m4gr3d" name="godot" rev="3.4.3.stable">
  <artifact name="godot" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.m4gr3d', module='godot', version='3.4.3.stable')
)
libraryDependencies += "io.github.m4gr3d" % "godot" % "3.4.3.stable"
[io.github.m4gr3d/godot "3.4.3.stable"]