godot-api-library-debug
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.utopia-rise</groupId>
<artifactId>godot-api-library-debug</artifactId>
<version>0.16.2-4.6.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.utopia-rise</groupId>
<artifactId>godot-api-library-debug</artifactId>
<version>0.16.2-4.6.3</version>
<name>godot-api-library-debug</name>
<description>Contains godot api as kotlin classes and jvm cpp interaction code.</description>
<url>https://github.com/utopia-rise/godot-kotlin-jvm.git</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/utopia-rise/godot-kotlin-jvm/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>core</id>
<name>Ranie Jade Ramiso</name>
<email>raniejaderamiso@gmail.com</email>
<url>https://github.com/raniejade</url>
</developer>
<developer>
<id>core</id>
<name>Pierre-Thomas Meisels</name>
<email>meisels27@yahoo.fr</email>
<url>https://github.com/piiertho</url>
</developer>
<developer>
<id>core</id>
<name>Cedric Hippmann</name>
<email>cedric.hippmann@hotmail.com</email>
<url>https://github.com/chippmann</url>
</developer>
<developer>
<id>core</id>
<name>Tristan Grespinet</name>
<email>ced.naru@gmail.com</email>
<url>https://github.com/CedNaru</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/utopia-rise/godot-kotlin-jvm</connection>
<developerConnection>scm:git:github.com:utopia-rise/godot-kotlin-jvm.git</developerConnection>
<tag>master</tag>
<url>https://github.com/utopia-rise/godot-kotlin-jvm</url>
</scm>
<dependencies>
<dependency>
<groupId>com.utopia-rise</groupId>
<artifactId>common</artifactId>
<version>0.16.2-4.6.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.utopia-rise</groupId>
<artifactId>godot-core-library-debug</artifactId>
<version>0.16.2-4.6.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.utopia-rise</groupId>
<artifactId>godot-internal-library-debug</artifactId>
<version>0.16.2-4.6.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>