V
V
vlarkanov2018-11-16 10:12:48
Java
vlarkanov, 2018-11-16 10:12:48

How to connect Zabbix API library in Intellij IDEA?

Hello! Actually, the library lives here. https://github.com/hengyunabc/zabbix-api
In the IDEA instructions, I read that jar files should be placed in / libs of the project. And in this case, there are only java files.
What should be done in this case?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Neonoviiwolf, 2018-11-16
@Neonoviiwolf

For maven, for rowing, figure out
the version yourself, see for yourself

<dependency>
    <groupId>io.github.hengyunabc</groupId>
    <artifactId>zabbix-api</artifactId>
    <version>0.0.2</version>
</dependency>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question