core-metadata-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.par-government</groupId>
<artifactId>core-metadata-utils</artifactId>
<version>1.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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>io.github.par-government</groupId>
<artifactId>core-metadata-utils</artifactId>
<version>1.3</version>
<name>Partech Core Metadata Utils</name>
<description>Core interfaces and utilities for working with metadata.</description>
<url>https://github.com/PAR-Government/partech-metadata-utils</url>
<licenses>
<license>
<name>GNU Lesser General Public License, version 2.1</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Nathan Bedell</name>
<email>nathan_bedell@partech.com</email>
<organization>PAR Government Systems Corporation</organization>
<organizationUrl>https://pargovernment.net/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/PAR-Government/partech-metadata-utils.git</connection>
<developerConnection>scm:git:ssh://github.com:PAR-Government/partech-metadata-utils.git</developerConnection>
<url>https://github.com/PAR-Government/partech-metadata-utils</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.5.20</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>