Installation
Requirements
Java Runtime 17 or newer
Maven
<dependency>
<groupId>org.eclipse.digitaltwin.fa3st.client</groupId>
<artifactId>fa3st-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
Gradle
implementation 'org.eclipse.digitaltwin.fa3st.client:fa3st-client:1.0.0-SNAPSHOT'
Build from Source
git clone https://github.com/eclipse-fa3st/fa3st-client
cd fa3st-client
mvn clean install