Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.17 KB

File metadata and controls

38 lines (25 loc) · 1.17 KB

Eclipse FA³ST Common

FA³ST Common Logo Light FA³ST Common Logo Dark

This repository contains common artifacts used throughout the FA³ST ecosystem. This includes model classes, de-/serialization, and utility classes.

Usage

Maven

<dependency>
	<groupId>org.eclipse.digitaltwin.fa3st</groupId>
	<artifactId>fa3st-common</artifactId>
	<version>1.0.0-SNAPSHOT</version>
</dependency>

Gradle

implementation 'org.eclipse.digitaltwin.fa3st:fa3st-common:1.0.0-SNAPSHOT'

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions are greatly appreciated. You can find our contribution guidelines here

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

Copyright (C) 2025 the Eclipse FA³ST Authors.

You should have received a copy of the Apache 2.0 License along with this program. If not, see https://www.apache.org/licenses/LICENSE-2.0.html.