java-immutable-extension-database
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.powerupsoftwareengineering.java-immutable-extension</groupId>
<artifactId>java-immutable-extension-database</artifactId>
<version>1.6.25</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-extension</groupId>
<artifactId>java-immutable-extension-database</artifactId>
<version>1.6.25</version>
<packaging>pom</packaging>
<name>Java Immutable Extension</name>
<description>
This repository contains common items that extend the java immutable model repository.
Unlike the java immutable model project, these items align to specific patterns and are not easily reusable
for projects that do not align with the patterns.
For question about this repository, feel free to reach out to contact@powerupsoftwareengineering.com.
</description>
<url>https://github.com/christopherpicard/java-immutable-extension</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/christopherpicard/java-immutable-extension.git</connection>
<developerConnection>scm:git:ssh://github.com:christopherpicard/java-immutable-extension.git</developerConnection>
<url>https://github.com/christopherpicard/java-immutable-extension</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.19</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>3.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>3.0.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.powerupsoftwareengineering.java-immutable-model</groupId>
<artifactId>java-immutable-model</artifactId>
<version>1.6.17</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.5.0-M3</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.0-jre</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>