rc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>rc</artifactId>
<version>1.2.8</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</groupId>
<artifactId>rc</artifactId>
<version>1.2.8</version>
<name>rc</name>
<description>hardwired configuration loader</description>
<url>https://github.com/dominictarr/rc#readme</url>
<organization>
<name>Dominic Tarr</name>
<url>https://github.com/dominictarr/rc#readme</url>
</organization>
<licenses>
<license>
<name>(BSD-2-Clause OR MIT OR Apache-2.0)</name>
</license>
</licenses>
<developers>
<developer>
<name>dominictarr</name>
<email>dominic.tarr@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/dominictarr/rc.git</connection>
<developerConnection>https://github.com/dominictarr/rc.git</developerConnection>
<url>https://github.com/dominictarr/rc</url>
</scm>
<issueManagement>
<url>https://github.com/dominictarr/rc/issues</url>
</issueManagement>
<properties>
<org.mvnpm-minimist.version>[1.2.0,2)</org.mvnpm-minimist.version>
<org.mvnpm-ini.version>[1.3.0,1.4)</org.mvnpm-ini.version>
<org.mvnpm-strip-json-comments.version>[2.0.1,2.1)</org.mvnpm-strip-json-comments.version>
<org.mvnpm-deep-extend.version>[0.6.0,0.7)</org.mvnpm-deep-extend.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>deep-extend</artifactId>
<version>${org.mvnpm-deep-extend.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>ini</artifactId>
<version>${org.mvnpm-ini.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>minimist</artifactId>
<version>${org.mvnpm-minimist.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>strip-json-comments</artifactId>
<version>${org.mvnpm-strip-json-comments.version}</version>
</dependency>
</dependencies>
</project>