Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit d74e649

Browse files
committed
updated readme
1 parent fcd2ed0 commit d74e649

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ or by integrating the library as a dependency:
2121
<version>latest-version</version>
2222
<dependency>
2323
```
24+
> **_NOTE:_** The library is yet not available as dependency but will be deployed via Maven Central in the future.
2425
2526
# Project Structure
2627

2728
The project contains several packages.
2829

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.
3334

3435
# How to Contribute
3536

@@ -42,12 +43,9 @@ We always look for contributions, bug reports, feature requests etc. Simply open
4243
|:--| -- | -- |
4344
| Sebastian Bader | Fraunhoder IAIS | [sebbader](https://github.com/sebbader) |
4445
| Matthias Böckmann | Fraunhoder IAIS | [maboeckmann](https://github.com/maboeckmann) |
46+
| Daniel Espen | Fraunhoder IESE | []() |
47+
| Michael Jacoby | Fraunhoder IOSB (ILT) | [mjacoby](https://github.com/mjacoby) |
48+
| Jens Müller | Fraunhoder IOSB | []() |
4549
| Chang Qin | Fraunhoder IAIS | [changqin26](https://github.com/changqin26) |
46-
| Michael Jacoby | Fraunhoder IOSB | []() |
47-
| Maximilian Conradi | Fraunhoder IESE | []() |
48-
| Jan-Wilhelm Blume | Fraunhoder IOSB | []() |
50+
| Bastian Rössl | Fraunhoder IOSB (INA) | []() |
4951
| Frank Schnicke | Fraunhoder IESE | []() |
50-
| Jens Müller | Fraunhoder IOSB | []() |
51-
| Daniel Espen | Fraunhoder IESE | []() |
52-
| Bastian Espen | Fraunhoder IOSB | []() |
53-
| Michael Jacoby | Fraunhoder IOSB | []() |

0 commit comments

Comments
 (0)