1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ SPDX-FileCopyrightText: The Storage-Units 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
7 <modelVersion>4.0.0</modelVersion>
9 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
11 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
12 <!-- https://maven.apache.org/pom.html#Inheritance -->
14 <groupId>wtf.metio.storage-units</groupId>
15 <artifactId>storage-units.java</artifactId>
16 <version>9999.99.99-SNAPSHOT</version>
19 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
21 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
22 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
23 <artifactId>storage-units-model</artifactId>
24 <packaging>jar</packaging>
26 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
29 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
30 <name>Storage Units :: Model</name>
32 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
34 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35 <!-- https://maven.apache.org/pom.html#Dependencies -->
38 <groupId>org.jetbrains</groupId>
39 <artifactId>annotations</artifactId>
40 <version>23.0.0</version>
43 <groupId>org.jspecify</groupId>
44 <artifactId>jspecify</artifactId>
45 <version>0.3.0-alpha-1</version>
48 <groupId>com.github.spotbugs</groupId>
49 <artifactId>spotbugs-annotations</artifactId>
50 <version>4.7.3</version>