From ab26905beb70d890b8e43bbb1ae0e06a00a22491 Mon Sep 17 00:00:00 2001 From: Luca Ferrari Date: Fri, 20 Sep 2024 09:38:38 +0200 Subject: PWC 287 Task 1 Raku done Task 2 Raku done Task 1 PL/Perl done Task 2 PL/Perl done Task 1 PL/PgSQL done Task 2 PL/PgSQL done Task 1 PL/Java done Task 2 PL/Java done Task 1 Python done Task 2 Python done --- challenge-287/luca-ferrari/pljava/pom.xml | 72 +++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 challenge-287/luca-ferrari/pljava/pom.xml (limited to 'challenge-287/luca-ferrari/pljava/pom.xml') diff --git a/challenge-287/luca-ferrari/pljava/pom.xml b/challenge-287/luca-ferrari/pljava/pom.xml new file mode 100644 index 0000000000..47fa2f66a2 --- /dev/null +++ b/challenge-287/luca-ferrari/pljava/pom.xml @@ -0,0 +1,72 @@ + + + 4.0.0 + + PWC + + PWC287 + + + 1 + + + Perl Weekly Challenge 287 with package PWC287 + Implementation of the tasks in PL/Java for PWC 287 + + + US-ASCII + + + + + org.postgresql + pljava-api + 1.6.6 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 9 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + + + true + + + + + + + pljava.ddr + + + true + + + + + + + + + + -- cgit