make macing/shield mechanic even more OP and add testserver
Some checks failed
Compile / gradle (ubuntu-latest) (push) Has been cancelled
Some checks failed
Compile / gradle (ubuntu-latest) (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Mar 02 18:27:58 CET 2026
|
||||
joml-1.10.8.pom>central=
|
||||
BIN
testserv/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
Normal file
BIN
testserv/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
Normal file
Binary file not shown.
37
testserv/libraries/org/joml/joml/1.10.8/joml-1.10.8.pom
Normal file
37
testserv/libraries/org/joml/joml/1.10.8/joml-1.10.8.pom
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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>org.joml</groupId>
|
||||
<artifactId>joml</artifactId>
|
||||
<version>1.10.8</version>
|
||||
<name>JOML</name>
|
||||
<description>Java OpenGL Math Library</description>
|
||||
<url>http://joml.org</url>
|
||||
<organization>
|
||||
<name>JOML</name>
|
||||
<url>http://joml.org</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>MIT License</name>
|
||||
<url>https://www.opensource.org/licenses/mit-license.php</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>kburjack</id>
|
||||
<name>Kai Burjack</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/JOML-CI/JOML.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/JOML-CI/JOML.git</developerConnection>
|
||||
<url>https://github.com/JOML-CI/JOML</url>
|
||||
</scm>
|
||||
<dependencies/>
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
2baa5362c33c774d2c2e86f2ca30b6dabc896745
|
||||
Reference in New Issue
Block a user