java-immutable-web-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.powerupsoftwareengineering.java-immutable-model</groupId> <artifactId>java-immutable-web-model</artifactId> <version>1.7.61</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-web-model</artifactId> <version>1.7.61</version> <packaging>pom</packaging> <name>Java Immutable Web Model</name> <description> The java immutable web model contains implementation for building web service model objects. </description> <url>https://github.com/power-up-software/java-immutable-model.git</url> <inceptionYear>2025</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>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.4.0-b180830.0359</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>2.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.17</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.powerupsoftwareengineering.java-immutable-model</groupId> <artifactId>java-immutable-model</artifactId> <version>1.7.61</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.powerupsoftwareengineering.value-verification-library</groupId> <artifactId>value-verification-library-util</artifactId> <version>0.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.4.8-jre</version> <scope>runtime</scope> </dependency> </dependencies> </project>