https://github.com/nedap/retail-renos-api
Example code for the Renos API
https://github.com/nedap/retail-renos-api
Last synced: about 1 year ago
JSON representation
Example code for the Renos API
- Host: GitHub
- URL: https://github.com/nedap/retail-renos-api
- Owner: nedap
- Created: 2015-03-24T13:30:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T12:38:04.000Z (over 1 year ago)
- Last Synced: 2025-04-30T22:59:47.446Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 331 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Renos API
Java reference implementation and test tool.
## Working directory is java, so go to it
cd java
## To build the code
mvn clean install
## To run the code
java -jar target/websocket-client-example-1.2-jar-with-dependencies.jar http://
# API dependency
The example code depends on an API library `renos-api-message`. This API library is provided within the `java/repo` directory, which is a file-based maven repository.
## Include the library in your Maven project
To include the API library in your project, make sure the dependency is available in some repository and reference the repository in your `pom.xml`:
project.local
project
file:${project.basedir}/repo
Then add the dependency:
com.nedap.retail.renos.api.v2
renos-api-message
1.0