Preparing for Maven

This commit is contained in:
GideonLeGrange 2014-04-30 14:29:05 +02:00
parent a33948f807
commit 2bac9a5b21
2 changed files with 6 additions and 1 deletions

View File

@ -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
======== ========

View File

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