tlsh
tlsh copied to clipboard
publish tlsh java code to maven central
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 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 ☺️