common-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.powerupsoftwareengineering.common-library</groupId>
<artifactId>common-model</artifactId>
<version>1.6.27</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.common-library</groupId>
<artifactId>common-model</artifactId>
<version>1.6.27</version>
<packaging>pom</packaging>
<name>Common Library Model</name>
<description>
The common library contains code widely used by almost all other repositories.
The goal of this repository is to be as small as possible,
and only contain items that are truly common vs. something that could be reused across projects.
</description>
<url>https://github.com/christopherpicard/common-library</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/common-library.git</connection>
<developerConnection>scm:git:ssh://github.com:christopherpicard/common-library.git</developerConnection>
<url>https://github.com/christopherpicard/common-library</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</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>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.0-jre</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>
</dependencies>
</project>