From 12816f3893f285215bfbdde79fa3061d2ebde6fc Mon Sep 17 00:00:00 2001 From: Eryk Kulikowski Date: Wed, 10 Jul 2024 11:11:27 +0200 Subject: [PATCH] updated jar version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea1755b..ab91a05 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Quick links: | [DDI-PDF](https://github.com/gdcc/exporter-ddipdf) | Export DDI metadata as a printable PDF file | PDF with [DDI metadata](https://ddialliance.org/) | TBD | | [Croissant](https://github.com/gdcc/exporter-croissant) | Export metadata as linked data following [Croissant ontology](https://docs.mlcommons.org/croissant/docs/croissant-spec.html) | JSON-LD | TBD | | [RO-Crate](https://github.com/gdcc/exporter-ro-crate) | Export metadata as linked data following [RO-Crate ontology](https://www.researchobject.org/ro-crate/specification/1.1/appendix/jsonld.html) | JSON-LD | TBD | -| [Transformer](https://github.com/gdcc/exporter-transformer) | This exporter allows you to have up to 100 exporters using a single pre-built JAR file. Included examples: Hello World!, Debug, Croissant, RO-Crate, DDI-PDF, and more! You can add new exporters by adding directories into the exporters directory and placing (and editing) the `config.json` and the `transformer` files in it (see the [README](https://github.com/gdcc/exporter-transformer?tab=readme-ov-file)). | JSON(-LD), XML, HTML, PDF, etc. | [JAR file](https://repo1.maven.org/maven2/io/gdcc/export/exporter-transformer/1.0.8/exporter-transformer-1.0.8-jar-with-dependencies.jar) | +| [Transformer](https://github.com/gdcc/exporter-transformer) | This exporter allows you to have up to 100 exporters using a single pre-built JAR file. Included examples: Hello World!, Debug, Croissant, RO-Crate, DDI-PDF, and more! You can add new exporters by adding directories into the exporters directory and placing (and editing) the `config.json` and the `transformer` files in it (see the [README](https://github.com/gdcc/exporter-transformer?tab=readme-ov-file)). | JSON(-LD), XML, HTML, PDF, etc. | [JAR file](https://repo1.maven.org/maven2/io/gdcc/export/exporter-transformer/1.0.9/exporter-transformer-1.0.9-jar-with-dependencies.jar) | ### Other projects