java-immutable-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.powerupsoftwareengineering.java-immutable-model</groupId>
<artifactId>java-immutable-model</artifactId>
<version>1.10.28</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.powerupsoftwareengineering.java-immutable-model</groupId>
<artifactId>java-immutable-model</artifactId>
<version>1.10.28</version>
<packaging>pom</packaging>
<name>Java Immutable Model</name>
<description>
Provides a set of classes that allow for the creation of immutable model definitions. It uses the builder pattern to create the immutable objects.
</description>
<url>https://github.com/power-up-software/java-immutable-model.git</url>
<inceptionYear>2022</inceptionYear>
<licenses>
<license>
<name>The GNU Lesser General Public License, Version 3.0</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Chris Picard</name>
<email>chrispicard@powerupsoftwareengineering.com</email>
<organization>Power Up Software Engineering</organization>
<organizationUrl>https://www.powerupsoftwareengineering.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/power-up-software/java-immutable-model.git</connection>
<developerConnection>scm:git:ssh://github.com:power-up-software/java-immutable-model.git</developerConnection>
<url>https://github.com/power-up-software/java-immutable-model.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.powerupsoftwareengineering.value-verification-library</groupId>
<artifactId>value-verification-library-util</artifactId>
<version>1.10.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.20.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>