https://github.com/crowdcode-de/lbds-http
https://github.com/crowdcode-de/lbds-http
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crowdcode-de/lbds-http
- Owner: crowdcode-de
- Created: 2020-10-13T14:24:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T10:44:57.000Z (almost 4 years ago)
- Last Synced: 2025-07-25T05:34:15.341Z (10 months ago)
- Language: Java
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# LBDS HTTP
Encapsulation of http objects for disentangled communication between SORMAS and LBDS
## Requirements
* java 8 +
* maven 3.6 +
## Build
The component is built with maven
### regular JAR file as required by backend services
`mvn clean install`
### AAR build to make use in android
'mvn clean install -DskipTests=true -fpom-aar.xml -PyourProfile'
### Location of your SDK
There is a profile for each operating system in the pom.xml. You may add a profile for your needs.
Or you modify the path matching the exact location of your Android SDK