| GroupId | GroupIdio.github.m4gr3d |
|---|---|
| ArtifactId | ArtifactIdgodot |
| Version | Version3.4.3.stable |
| Type | Typeaar |
| Filename | Size |
|---|---|
| godot-3.4.3.stable.pom | |
| Browse |
<!-- 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"]