As the title says, I can't seem to figure out how to implement the java Botometer API library in the provided link to my eclipse project. I'm unsure of how to proceed as I haven't had much experience using third party libraries and there doesn't seem to be a jar file or direct method of integration.
Asked
Active
Viewed 17 times
0
-
1It does have a "centralized Jar file", it explicitly lists the necessary Maven dependency in its readme. If you don't use Maven or Gradle, you really should. But otherwise you can always search the coordinates on [Maven Central Repository Search](https://search.maven.org/), and download it from there (e.g. https://search.maven.org/artifact/de.fjobilabs.botometer/botometer-java/0.1.1/jar) – Mark Rotteveel May 19 '22 at 14:52