tlsh icon indicating copy to clipboard operation
tlsh copied to clipboard

publish tlsh java code to maven central

Open rustyx opened this issue 7 years ago • 1 comments

Please publish the tlsh Java version to the Maven central repo. It's free.

Many corporate rules (ours included) make it impossible to connect to custom repo's like bintray.com, not to mention having a custom repo in the POM slows down the download process for all other artifacts.

rustyx avatar Sep 14 '18 19:09 rustyx

@rustyx I suggest you to use @idealista Java port:

<dependency>
  <groupId>com.idealista</groupId>
  <artifactId>tlsh</artifactId>
  <version>1.0.0</version>
</dependency>

repo: https://github.com/idealista/tlsh

Note: I develop that port ☺️

dortegau avatar Apr 20 '19 01:04 dortegau