Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 534 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 534 Bytes

5gLa integration layer

Integration layer to connect 5gLa to the FIWARE platform

This repository contains the integration layer to connect 5gLa to the FIWARE platform. The integration layer can be integrated into your Maven project by adding the following dependency to your pom.xml:

<dependency>
    <groupId>de.app.5gla</groupId>
    <artifactId>fiware-integration-layer</artifactId>
    <version>${fiware.integration.layer.version}</version>
</dependency>

Please check the GitHub packages for the latest version.