Skip to content

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

License

Notifications You must be signed in to change notification settings

Web-of-Digital-Twins/wldt-wodt-adapter

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages