|
Post Your Java Library - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Software (https://the.bytecode.club/forumdisplay.php?fid=19) +--- Forum: Java Projects / Libraries (https://the.bytecode.club/forumdisplay.php?fid=136) +--- Thread: Post Your Java Library (/showthread.php?tid=46004) |
Post Your Java Library - Konloch - 02-17-2023 If you are a Java library author feel free to post your library here to help spread the word. Here is a thread template to use when posting: Code: [b]About:[/b] Description goes here
[b]License:[/b] License info goes here
[b]Source:[/b] Source link goes here
[b]Download Jar:[/b] Releases goes here
[b]Add as maven dependency:[/b]
[code]
<dependency>
<groupId>your-group-id</groupId>
<artifactId>your-artifact-id</artifactId>
<version>your-version</version>
</dependency>
[\/code]
[b]any-title of a code example implementation of your library[/b]
any explanation
[code]
any code example
[\/code]For the ending code tag remove the \ character. |