aspects
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.justinnk.masonssa</groupId>
<artifactId>aspects</artifactId>
<version>0.1.1</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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.justinnk.masonssa</groupId>
<artifactId>aspects</artifactId>
<version>0.1.1</version>
<packaging>pom</packaging>
<name>MASON SSA Extension Aspects</name>
<description>The aspects used for tracking dependencies.</description>
<url>https://github.com/justinnk/mason-ssa/aspects</url>
<inceptionYear>2021</inceptionYear>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Justin Kreikemeyer</name>
<organizationUrl>https://github.com/justinnk</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/justinnk/mason-ssa.git/aspects</connection>
<developerConnection>scm:git:ssh://github.com:justinnk/mason-ssa.git/aspects</developerConnection>
<url>https://github.com/justinnk/mason-ssa/aspects</url>
</scm>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>