In fact, it seems to be so basic but Google did not give me an answers. I have downloaded ELKI
, this gave me a .jar
file.
Now where do I put that archive/what do I do with it to be then able to use ELKI functions in my code?
I know this has to be really basic...but google does not help me there as everyone seems already to know.
You can simply add dependency in gradle or maven without using jar
in gradle add in dependencies section:
if you use maven add