Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Your Java Library
#1
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.
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website