Events-csv: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Projects =Overview=") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
Library and command line utilities to convert events to CSV format and back. | |||
=User Manual= | |||
{{Internal|events-csv User Manual|User Manual}} | |||
=Development= | |||
==GitHub== | |||
{{External|https://github.com/NovaOrdis/events-csv}} | |||
==Maven== | |||
<dependency> | |||
<groupId>io.novaordis.events.csv</groupId> | |||
<artifactId>events-csv</artifactId> | |||
<version>${events.csv.version}</version> | |||
</dependency> |
Latest revision as of 22:40, 31 July 2017
Internal
Overview
Library and command line utilities to convert events to CSV format and back.
User Manual
Development
GitHub
Maven
<dependency> <groupId>io.novaordis.events.csv</groupId> <artifactId>events-csv</artifactId> <version>${events.csv.version}</version> </dependency>