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:
For the ending code tag remove the \ character.
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.