ONSdigital / csvw-check

A CLI to validate CSV-Ws (W3C's CSV on the Web standard).
Apache License 2.0
1 stars 1 forks source link

Publish JAR for re-use #110

Open ajtucker opened 3 months ago

ajtucker commented 3 months ago

As a third-party user of this library, I would like to add csv-check as a dependency as I would with other open source libraries, e.g.

<dependency>
    <groupId>io.github.gss-cogs</groupId>
    <artifactId>csvw-check</artifactId>
    <version>0.0.3</version>
</dependency>

The built jar could be published to GitHub's Apache Maven registry.