gdxapp4d/gdxapp4d-lib-unicodezd/pom.xml

29 lines
1 KiB
XML
Raw Normal View History

2022-02-26 01:45:20 +00:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>love.distributedrebirth.gdxapp4d</groupId>
2022-03-02 01:23:25 +00:00
<artifactId>gdxapp4d</artifactId>
2022-02-26 01:45:20 +00:00
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>gdxapp4d-lib-unicodezd</artifactId>
2022-08-27 17:29:00 +00:00
<name>GDXApp⁴ᴰ-Lib-Unicodeᶻᴰ</name>
2022-02-26 01:45:20 +00:00
<dependencies>
<dependency>
2022-11-28 02:00:12 +00:00
<groupId>love.distributedrebirth.bassboon</groupId>
<artifactId>bassboon-jppre</artifactId>
<version>${bassboon-jppre.version}</version>
</dependency>
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-driver</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>jasper-el</artifactId>
2022-02-26 01:45:20 +00:00
</dependency>
2022-03-18 01:10:02 +00:00
<dependency>
<groupId>io.github.spair</groupId>
<artifactId>imgui-java-binding</artifactId>
</dependency>
2022-02-26 01:45:20 +00:00
</dependencies>
</project>