pom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>pom</artifactId>
<version>2025.02.04</version>
</dependency><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.mccue</groupId>
<artifactId>pom</artifactId>
<version>2025.02.04</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<name>pom</name>
<description>Annotations for generating pom.xml and related files</description>
<url>https://github.com/bowbahdoe/pom</url>
<packaging>jar</packaging>
<scm>
<connection>scm:git:git://github.com/bowbahdoe/pom.git</connection>
<developerConnection>scm:git:ssh://github.com:bowbahdoe/pom.git</developerConnection>
<url>https://github.com/bowbahdoe/pom/tree/main</url>
</scm>
<developers>
<developer>
<name>Ethan McCue</name>
<email>ethan@mccue.dev</email>
<organization>McCue Software Solutions</organization>
<organizationUrl>https://www.mccue.dev</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
</project>