From 06ae500619b2c2401548f6eac9e97fce09fceb58 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Sat, 4 Jul 2026 23:31:53 +0100 Subject: Support encode/decode of Int32 and structs --- examples/10-transient-0/output/java/pom.xml | 48 +++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 examples/10-transient-0/output/java/pom.xml (limited to 'examples/10-transient-0/output/java/pom.xml') diff --git a/examples/10-transient-0/output/java/pom.xml b/examples/10-transient-0/output/java/pom.xml new file mode 100644 index 0000000..7f892e1 --- /dev/null +++ b/examples/10-transient-0/output/java/pom.xml @@ -0,0 +1,48 @@ + + 4.0.0 + + org.zwobble.hobgoblin.examples + example + 1.0-SNAPSHOT + + + UTF-8 + 25 + 25 + org.zwobble.example.Main + + + + + org.zwobble.precisely + precisely + 0.1.5 + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.1 + + + add-source + generate-sources + + add-source + + + + src/gen/java + + + + + + + + -- cgit v1.2.3