core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.mozilla-protocol</groupId>
<artifactId>core</artifactId>
<version>21.1.0</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>org.mvnpm.at.mozilla-protocol</groupId>
<artifactId>core</artifactId>
<version>21.1.0</version>
<name>mozilla-protocol core</name>
<description>A design system for Mozilla's websites.</description>
<url>https://github.com/mozilla/protocol</url>
<organization>
<name>Mozilla</name>
<url>https://github.com/mozilla/protocol</url>
</organization>
<licenses>
<license>
<name>MPL-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>agibsonmoz</name>
<email>agibson@mozilla.com</email>
</developer>
<developer>
<name>maureenlholland</name>
<email>mholland@mozilla.com</email>
</developer>
<developer>
<name>stephaniehobsonmoz</name>
<email>shobson@mozilla.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mozilla/protocol.git</connection>
<developerConnection>https://github.com/mozilla/protocol.git</developerConnection>
<url>https://github.com/mozilla/protocol</url>
</scm>
<issueManagement>
<url>https://github.com/mozilla/protocol/issues</url>
</issueManagement>
</project>