@@ -23,13 +23,13 @@ This repository contains some sample code and configuration to learn how to crea
23
23
24
24
| Name | Description | Latest JAR file |
25
25
| -------------------------| ----------------------------------| ----------------------------------------------------------------------------------------------------------------------|
26
- | [ base64] ( base64/ ) | Encoding/decoding base64 strings | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8 /base64-0.1.9-SNAPSHOT.jar ) |
27
- | [ email] ( email/ ) | email utilities | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8 /email-0.1.9-SNAPSHOT.jar ) |
28
- | [ geocoding] ( geocoding/ ) | Geocoding utilities | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8 /geocoding-0.1.9-SNAPSHOT.jar ) |
29
- | [ net] ( net/ ) | REST and HTTP utilities | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8 /net-0.1.9-SNAPSHOT.jar ) |
30
- | [ parser] ( parser/ ) | CSV and JSON parsing | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8 /parser-0.1.9-SNAPSHOT.jar ) |
31
- | [ pdf] ( pdf/ ) | PDF form filler | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8 /pdf-0.1.9-SNAPSHOT.jar ) |
32
- | [ text] ( text/ ) | string utilities | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/download/v0.1.8 /text-0.1.9-SNAPSHOT.jar ) |
26
+ | [ base64] ( base64/ ) | Encoding/decoding base64 strings | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9 /base64-0.1.9-SNAPSHOT.jar ) |
27
+ | [ email] ( email/ ) | email utilities | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9 /email-0.1.9-SNAPSHOT.jar ) |
28
+ | [ geocoding] ( geocoding/ ) | Geocoding utilities | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9 /geocoding-0.1.9-SNAPSHOT.jar ) |
29
+ | [ net] ( net/ ) | REST and HTTP utilities | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9 /net-0.1.9-SNAPSHOT.jar ) |
30
+ | [ parser] ( parser/ ) | CSV and JSON parsing | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9 /parser-0.1.9-SNAPSHOT.jar ) |
31
+ | [ pdf] ( pdf/ ) | PDF form filler | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9 /pdf-0.1.9-SNAPSHOT.jar ) |
32
+ | [ text] ( text/ ) | string utilities | [ jar] ( https://github.com/pegasystems/pega-launchpad-functions/download/v0.1.9 /text-0.1.9-SNAPSHOT.jar ) |
33
33
34
34
# Obtaining a JAR to upload into a Function rule
35
35
0 commit comments