Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
start [2020/09/16 15:44] – Add list of plugins and libraries to main page phoenix616start [2020/12/14 16:14] phoenix616
Line 5: Line 5:
 <nspages plugin: -tree -subns -pagesInNs -h1 -textNs="Plugins" -exclude:start> <nspages plugin: -tree -subns -pagesInNs -h1 -textNs="Plugins" -exclude:start>
 <nspages library: -tree -subns -pagesInNs -h1 -textNs="Libraries" -exclude:start> <nspages library: -tree -subns -pagesInNs -h1 -textNs="Libraries" -exclude:start>
 +
 +## Maven repo
 +
 +Almost all my plugins and libraries can be found in the Minebench.de maven repository:
 +
 +<code xml>
 +<repositories>
 +    <repository>
 +        <id>minebench-repo</id>
 +        <url>https://repo.minebench.de/</url>
 +    </repository>
 +</repositories>
 +</code>