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,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Mar 02 18:28:06 CET 2026
|
||||
fastutil-8.5.16.jar>central=
|
||||
fastutil-8.5.16.pom>central=
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
34d13fa04fc72b5d9674adc6fd765afaaccc551e
|
||||
@@ -0,0 +1,40 @@
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>it.unimi.dsi</groupId>
|
||||
<artifactId>fastutil</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>fastutil</name>
|
||||
<version>8.5.16</version>
|
||||
<description>fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast access and insertion; it provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.</description>
|
||||
<url>http://fastutil.di.unimi.it/</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<connection>scm:git://github.com/vigna/fastutil.git</connection>
|
||||
<url>https://github.com/vigna/fastutil</url>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>vigna</id>
|
||||
<name>Sebastiano Vigna</name>
|
||||
<email>sebastiano.vigna@unimi.it</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<properties>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
53f282f7c2f593c72651950249fabb7e18a5c4de
|
||||
Reference in New Issue
Block a user