robert-bor / aho-corasick

Java implementation of the Aho-Corasick algorithm for efficient string matching
Apache License 2.0
894 stars 349 forks source link

Do you plan to upload latest version to Maven Central? #79

Closed alexandersavin93 closed 4 years ago

ghost commented 4 years ago

@robert-bor, your thoughts on this?

austinarbor commented 4 years ago

Not as good as maven, but you can use jitpack to get the latest version https://jitpack.io/#robert-bor/aho-corasick/v0.6.1

ghost commented 4 years ago

In the process of getting permission from Sonatype to upload.