Merge branch 'master' of github.com:GideonLeGrange/mikrotik-java
This commit is contained in:
commit
fc72c58372
11
README.md
11
README.md
|
|
@ -33,7 +33,16 @@ The latest development version is 2.0.0 which is available using the 2.0.0 branc
|
||||||
Getting the API
|
Getting the API
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
You can clone or fork the repository. Alternatively, you can get the jar from Maven Central.
|
I recommend using the Maven artifact from Maven Central using this dependency:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<dependency>
|
||||||
|
<groupId>me.legrange</groupId>
|
||||||
|
<artifactId>mikrotik</artifactId>
|
||||||
|
<version>2.0.2</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
You can also clone or fork the repository, or download the source as a zip or tar.gz from [Releases](https://github.com/GideonLeGrange/mikrotik-java/releases)
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -96,7 +96,7 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<configuration>
|
<configuration>
|
||||||
<keyname>8D1FA6CF</keyname>
|
<keyname>D20D95D7</keyname>
|
||||||
</configuration>
|
</configuration>
|
||||||
<id>sign-artifacts</id>
|
<id>sign-artifacts</id>
|
||||||
<phase>verify</phase>
|
<phase>verify</phase>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue