Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.98 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.98 KB

WLDT Web of Digital Twins Adapter

Release License: Apache License Version

A simple library that allows to use the WLDT Framework for the creation of WoDT Digital Twins in a WoDT ecosystem.

Compatibility

wldt-wodt-adapter wldt-core 0.2.1 wldt-core 0.3.0
>= 4.x.y

Note: older versions of this work are archived here.

Usage

In order to use the library add the dependency to your project:

  repositories {
       mavenCentral()
       maven {
           url = uri("https://git.informatik.uni-hamburg.de/api/v4/groups/sane-public/-/packages/maven")
       }
       maven {
           url = uri("https://maven.pkg.github.com/Web-of-Digital-Twins/wldt-wodt-adapter")
           credentials {
               username = project.findProperty("ghPackagesUsername")?.toString() ?: ghPackageUsername
               password = project.findProperty("ghPackagesPwd")?.toString() ?: ghPackagesPwd
           }
       }
   }

   dependencies {
      implementation("io.github.webbasedwodt:wldt-wodt-adapter:<version>")
   }

Documentation

  • Check out the website here
  • Direct link to the Code documentation here
  • Direct link to the REST-API documentation here