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-jool</artifactId>
28 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
30 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
32 <name>memoization.java :: jOOL</name>
34 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
36 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
37 <!-- https://maven.apache.org/pom.html#Dependencies -->
40 <groupId>wtf.metio.memoization</groupId>
41 <artifactId>memoization-core</artifactId>
44 <groupId>wtf.metio.memoization</groupId>
45 <artifactId>memoization-tck</artifactId>
49 <groupId>org.jooq</groupId>
50 <artifactId>jool</artifactId>
53 <groupId>com.github.spotbugs</groupId>
54 <artifactId>spotbugs-annotations</artifactId>
57 <groupId>org.mockito</groupId>
58 <artifactId>mockito-core</artifactId>
62 <groupId>net.jodah</groupId>
63 <artifactId>concurrentunit</artifactId>
67 <groupId>com.github.ben-manes.caffeine</groupId>
68 <artifactId>caffeine</artifactId>
72 <groupId>com.google.guava</groupId>
73 <artifactId>guava</artifactId>
77 <groupId>org.cache2k</groupId>
78 <artifactId>cache2k-api</artifactId>
82 <groupId>org.cache2k</groupId>
83 <artifactId>cache2k-core</artifactId>
87 <groupId>net.openhft</groupId>
88 <artifactId>chronicle-map</artifactId>
92 <groupId>org.eclipse.collections</groupId>
93 <artifactId>eclipse-collections-api</artifactId>
97 <groupId>org.eclipse.collections</groupId>
98 <artifactId>eclipse-collections</artifactId>