Difference between revisions of "De4a-commons library"

From DE4A
Jump to navigation Jump to search
(Created page with "The de4a-commons project is located on GitHub at https://github.com/de4a-eu/de4a-commons and contains reusable DE4A components that are unrelated to the Connector itself. The...")
 
Line 1: Line 1:
The de4a-commons project is located on GitHub at https://github.com/de4a-eu/de4a-commons and contains reusable DE4A components that are unrelated to the Connector itself. The library requires Java 1.8 as the minimum version and builds with Apache Maven 3. The released versions of the library are both available on GitHub releases as well as on Maven Central with the group ID “eu.de4a”.
+
The de4a-commons project is located on GitHub at https://github.com/de4a-eu/de4a-commons and contains reusable DE4A components that are unrelated to the Connector itself.  
 +
 
 +
The library requires Java 1.8 as the minimum version and builds with Apache Maven 3.  
 +
 
 +
The released versions of the library are both available on GitHub releases as well as on Maven Central with the group ID “eu.de4a”.
 +
 
 
The three submodules of de4a-commons are:
 
The three submodules of de4a-commons are:
de4a-kafka-client
+
 
de4a-core-schemas
+
* de4a-kafka-client
de4a-canonical-evidences
+
* de4a-core-schemas
 +
* de4a-canonical-evidences
 +
 
 
All the submodules are described below in subchapters.
 
All the submodules are described below in subchapters.
 +
 
This library was redesigned between Iteration 1 and Iteration 2, so that the core schemas and the canonical evidence types are clearly separated from each other
 
This library was redesigned between Iteration 1 and Iteration 2, so that the core schemas and the canonical evidence types are clearly separated from each other

Revision as of 14:46, 25 April 2023

The de4a-commons project is located on GitHub at https://github.com/de4a-eu/de4a-commons and contains reusable DE4A components that are unrelated to the Connector itself.

The library requires Java 1.8 as the minimum version and builds with Apache Maven 3.

The released versions of the library are both available on GitHub releases as well as on Maven Central with the group ID “eu.de4a”.

The three submodules of de4a-commons are:

  • de4a-kafka-client
  • de4a-core-schemas
  • de4a-canonical-evidences

All the submodules are described below in subchapters.

This library was redesigned between Iteration 1 and Iteration 2, so that the core schemas and the canonical evidence types are clearly separated from each other