trendmicro / tlsh

Other
742 stars 137 forks source link

publish tlsh java code to maven central #57

Open rustyx opened 6 years ago

rustyx commented 6 years ago

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.

dortegau commented 5 years ago

@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 ☺️