forked from UnlegitDqrk/unlegitlibrary
Compare commits
4 Commits
7f885db883
...
master
Author | SHA1 | Date | |
---|---|---|---|
a338a4b9af | |||
8e8f4c4149 | |||
109e94991e | |||
1f3011bd8f |
@@ -15,7 +15,7 @@ In this context, OAPL terms take precedence.<br />
|
||||
````
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<id>repounlegitdqrk</id>
|
||||
<url>https://repo.unlegitdqrk.dev/api/packages/unlegitdqrk/maven</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
|
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>dev.unlegitdqrk</groupId>
|
||||
<artifactId>unlegitlibrary</artifactId>
|
||||
<version>1.6.4</version>
|
||||
<version>1.6.5</version>
|
||||
<url>https://unlegitdqrk.dev/</url>
|
||||
<description>Just a big library</description>
|
||||
|
||||
|
@@ -1,4 +1,12 @@
|
||||
package dev.unlegitdqrk.unlegitlibrary.file;
|
||||
/*
|
||||
* Copyright (C) 2025 UnlegitDqrk - All Rights Reserved
|
||||
*
|
||||
* You are unauthorized to remove this copyright.
|
||||
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
|
||||
* See LICENSE-File if exists
|
||||
*/
|
||||
|
||||
package dev.unlegitdqrk.unlegitlibrary.reflections;
|
||||
|
||||
import dev.unlegitdqrk.unlegitlibrary.utils.DefaultMethodsOverrider;
|
||||
|
Reference in New Issue
Block a user