You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,16 @@ or by integrating the library as a dependency:
21
21
<version>latest-version</version>
22
22
<dependency>
23
23
```
24
+
> **_NOTE:_** The library is yet not available as dependency but will be deployed via Maven Central in the future.
24
25
25
26
# Project Structure
26
27
27
28
The project contains several packages.
28
29
29
-
- io.adminshell.aas.v3.model: Location of the AAS classes as Java interfaces
30
-
- io.adminshell.aas.v3.model.impl: Default implementations of the AAS classes. Can be replaced with custom implementations if needed.
31
-
- io.adminshell.aas.v3.model.builder: Provided builder classes to create the instances of the AAS classes
32
-
- io.adminshell.aas.v3.dataformat: Interfaces for the serialization formats, for instance JSON, XML, AASX etc. Own serializers can be developed by implementing these interfaces. See also the provided default [serializers](https://github.com/admin-shell-io/java-serializer).
30
+
-`io.adminshell.aas.v3.model` Java interfaces & enums representing the AAS model
31
+
-`io.adminshell.aas.v3.model.annotations` Annotations used on the model
32
+
-`io.adminshell.aas.v3.model.builder` Abstract builder classes for the interfaces
33
+
-`io.adminshell.aas.v3.model.impl` Default implementations of the AAS classes. Can be replaced with custom implementations if needed.
33
34
34
35
# How to Contribute
35
36
@@ -40,14 +41,17 @@ We always look for contributions, bug reports, feature requests etc. Simply open
40
41
41
42
| Name | Affiliation | Github Account |
42
43
|:--| -- | -- |
43
-
| Sebastian Bader | Fraunhoder IAIS |[sebbader](https://github.com/sebbader)|
0 commit comments