diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-06-12 15:51:46 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-06-12 16:05:11 +0100 |
| commit | fd9194f391ffacc09be78014fe30e17ead83201e (patch) | |
| tree | 0cfde3b6f12b903bd004ec09bafacd9643b2ac9e /examples | |
| parent | 55a43dcbb231ad1d1b38fe1b5ab21c1a2b3dc088 (diff) | |
Add stubbed implementation of Matcher
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/01-struct/output/java/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/01-struct/output/java/pom.xml b/examples/01-struct/output/java/pom.xml index 7493667..506947e 100644 --- a/examples/01-struct/output/java/pom.xml +++ b/examples/01-struct/output/java/pom.xml @@ -13,6 +13,14 @@ <maven.compiler.target>25</maven.compiler.target> </properties> + <dependencies> + <dependency> + <groupId>org.zwobble.precisely</groupId> + <artifactId>precisely</artifactId> + <version>0.1.5</version> + </dependency> + </dependencies> + <build> <plugins> <plugin> |
