1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ SPDX-FileCopyrightText: The memoization.java Authors
4 ~ SPDX-License-Identifier: 0BSD
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8 <modelVersion>4.0.0</modelVersion>
10 <!-- ordering follows https://maven.apache.org/developers/conventions/code.html#POM_Code_Convention -->
12 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
14 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
15 <!-- https://maven.apache.org/pom.html#Inheritance -->
17 <groupId>wtf.metio.memoization</groupId>
18 <artifactId>memoization.java</artifactId>
19 <version>9999.99.99-SNAPSHOT</version>
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
24 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
26 <artifactId>memoization-core</artifactId>
28 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
30 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
32 <name>memoization.java :: Core</name>
34 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
36 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
37 <!-- https://maven.apache.org/pom.html#Dependencies -->
40 <groupId>com.github.spotbugs</groupId>
41 <artifactId>spotbugs-annotations</artifactId>
44 <groupId>org.jspecify</groupId>
45 <artifactId>jspecify</artifactId>