property-resolver
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.sumac</groupId>
<artifactId>property-resolver</artifactId>
<version>0.0.7</version>
</dependency><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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.sumac</groupId>
<artifactId>devtools</artifactId>
<version>0.0.7</version>
</parent>
<artifactId>property-resolver</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<description>A library that simplifies reading typedProperties from multiple sources</description>
<url>https://github.com/sumacio-github/property-resolver</url>
<organization>
<name>sumac.io</name>
<url>http://sumac.io</url>
</organization>
<licenses>
<license>
<name>MIT Licenses</name>
<url>http://www.opensource.org/licenses/mit-licenses.php</url>
</license>
</licenses>
<developers>
<developer>
<id>ross-stockman</id>
<name>Ross Stockman</name>
<email>ross@sumac.io</email>
<organization>sumac.io</organization>
<organizationUrl>https://github.com/sumacio-github/</organizationUrl>
<timezone>-6</timezone>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:git:git://github.com/sumacio-github/property-resolver.git</connection>
<developerConnection>scm:git:ssh://github.com/sumacio-github/property-resolver.git</developerConnection>
<url>https://github.com/sumacio-github/property-resolver</url>
</scm>
<dependencies>
<dependency>
<groupId>io.sumac</groupId>
<artifactId>sumac-junit5</artifactId>
<version>${sumac-junit5.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>