forked from UnlegitDqrk/unlegitlibrary
- Converting to new repo
This commit is contained in:
@@ -3,20 +3,20 @@
|
||||
## License Information
|
||||
GNU General Public License v3.0 (GPLv3)<br />
|
||||
The default license. Applies to all users, projects, and distributions unless explicitly stated otherwise.<br />
|
||||
→ https://github.com/UnlegitDqrk/UnlegitLibrary/blob/master/LICENSE
|
||||
→ https://repo.unlegitdqrk.dev/UnlegitDqrk/UnlegitLibrary/src/LICENSE
|
||||
|
||||
Open Autonomous Public License (OAPL)<br />
|
||||
A special exception applies exclusively to the project Open Autonomous Connection (OAC).<br />
|
||||
Within OAC, the UnlegitLibrary is also licensed under the OAPL.<br />
|
||||
In this context, OAPL terms take precedence.<br />
|
||||
→ https://github.com/Open-Autonomous-Connection/OAPL
|
||||
→ https://repo.open-autonomous-connection.org/Open-Autonomous-Connection/OAPL
|
||||
|
||||
## Include in own projects
|
||||
````
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<url>https://maven.pkg.github.com/unlegitdqrk/unlegitlibrary</url>
|
||||
<url>https://repo.unlegitdqrk.dev/unlegitdqrk/unlegitlibrary</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
@@ -24,7 +24,7 @@ In this context, OAPL terms take precedence.<br />
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>me.finn.unlegitlibrary</groupId>
|
||||
<groupId>dev.unlegitdqrk</groupId>
|
||||
<artifactId>unlegitlibrary</artifactId>
|
||||
<version>VERSION</version>
|
||||
</dependency>
|
||||
|
Reference in New Issue
Block a user