An open API service indexing awesome lists of open source software.

https://github.com/luispichio/ajmodbusexamples


https://github.com/luispichio/ajmodbusexamples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# AJModbus
Another Java Modbus RTU library

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/luispichio)

# Usage

## Gradle

1 *Add it in your root build.gradle at the end of repositories*

allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}

2 *Add the dependency*

dependencies {
compile ''
}


## Maven

1 *Add the JitPack repository to your build file*



jitpack.io
https://jitpack.io



2 *Add the dependency*



/artifactId>