Installation
Requirements
Java 17+
Usage
Precompiled JAR
Maven
<dependency>
<groupId>org.eclipse.digitaltwin.fa3st.registry</groupId>
<artifactId>fa3st-registry</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
As Gradle Dependency
implementation 'org.eclipse.digitaltwin.fa3st.registry:fa3st-registry:1.0.0-SNAPSHOT'
Building from Source
Prerequisites
Maven
git clone https://github.com/eclipse-fa3st/fa3st-registry
cd fa3st-registry
mvn clean install