bobbylight / AutoComplete

A code completion library for Swing text components, with special support for RSyntaxTextArea.
BSD 3-Clause "New" or "Revised" License
166 stars 55 forks source link

Is there any easy way to get the jar file? #47

Closed MrSoUndso closed 7 years ago

MrSoUndso commented 7 years ago

Hi bobbylight,

I just wanted to ask you, if there is any maven or direct download for the jar, so I don't need to compile all your code myself.

I hope you can help me and I don't look too dumb :)

Thanks in advance Mr_SoUndso

bobbylight commented 7 years ago

Sure, you can grab autocomplete, or any RSTA-related artifact, via Maven or gradle:

http://search.maven.org/#artifactdetails%7Ccom.fifesoft%7Cautocomplete%7C2.6.1%7Cjar

I also try to put precompiled jars on SourceForge here:

https://sourceforge.net/projects/rsyntaxtextarea/files/

Though sometimes I forget to, and SourceForge isn't exactly the best place to host open source these days. :)

Moving forward, I'll start adding the compiled jars to the Releases page as well.