Preparing for Maven
This commit is contained in:
parent
a33948f807
commit
2bac9a5b21
|
|
@ -15,6 +15,11 @@ The current stable version is 1.1.5, which fixes more comamnd line parsing bugs.
|
||||||
* 1.1.2 added support for handling multi-line results, like for example /file print.
|
* 1.1.2 added support for handling multi-line results, like for example /file print.
|
||||||
* 1.1 added TLS (SSL) support to encrypt API traffic.
|
* 1.1 added TLS (SSL) support to encrypt API traffic.
|
||||||
|
|
||||||
|
Getting the API
|
||||||
|
---------------
|
||||||
|
|
||||||
|
You can clone or fork the repository. Alternatively, you can get the mikrotik-java jar from Maven Central.
|
||||||
|
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
========
|
========
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<groupId>me.legrange</groupId>
|
<groupId>me.legrange</groupId>
|
||||||
<artifactId>mikrotik</artifactId>
|
<artifactId>mikrotik</artifactId>
|
||||||
<version>1.1.6</version>
|
<version>1.1.6-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Mikrotik API Java Client Library</name>
|
<name>Mikrotik API Java Client Library</name>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue