multimedialib
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>nl.colorize</groupId> <artifactId>multimedialib</artifactId> <version>2024.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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>nl.colorize</groupId> <artifactId>multimedialib</artifactId> <version>2024.6</version> <name>MultimediaLib</name> <description>Build multimedia applications that support desktop, mobile, and web.</description> <url>https://www.clrz.nl</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>colorize</id> <name>Colorize</name> <email>contact@colorize.nl</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/colorizenl/multimedialib.git</connection> <developerConnection>scm:git:https://github.com/colorizenl/multimedialib.git</developerConnection> <url>https://github.com/colorizenl/multimedialib</url> </scm> <dependencies> <dependency> <groupId>nl.colorize</groupId> <artifactId>colorize-java-commons</artifactId> <version>2024.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> <version>21.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> <version>21.0.2</version> <classifier>mac-aarch64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> <version>21.0.2</version> <classifier>win</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> <version>21.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> <version>21.0.2</version> <classifier>mac-aarch64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> <version>21.0.2</version> <classifier>win</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-media</artifactId> <version>21.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-media</artifactId> <version>21.0.2</version> <classifier>mac-aarch64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-media</artifactId> <version>21.0.2</version> <classifier>win</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx</artifactId> <version>1.12.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx-platform</artifactId> <version>1.12.1</version> <classifier>natives-desktop</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx-backend-lwjgl3</artifactId> <version>1.12.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx-lwjgl3-glfw-awt-macos</artifactId> <version>1.12.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx-freetype</artifactId> <version>1.12.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx-freetype-platform</artifactId> <version>1.12.1</version> <classifier>natives-desktop</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx-tools</artifactId> <version>1.12.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.lwjgl.lwjgl</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.teavm</groupId> <artifactId>teavm-jso</artifactId> <version>0.10.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.teavm</groupId> <artifactId>teavm-jso-apis</artifactId> <version>0.10.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.teavm</groupId> <artifactId>teavm-classlib</artifactId> <version>0.10.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.teavm</groupId> <artifactId>teavm-tooling</artifactId> <version>0.10.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.mgsx-dev.gdx-gltf</groupId> <artifactId>gltf</artifactId> <version>2.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.tagtraum</groupId> <artifactId>casampledsp-complete</artifactId> <version>0.9.32</version> <scope>runtime</scope> </dependency> </dependencies> </project>