config-file-format-properties
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.confound</groupId> <artifactId>config-file-format-properties</artifactId> <version>0.8.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.confound</groupId> <artifactId>confound-parent</artifactId> <version>0.8.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>config-file-format-properties</artifactId> <name>Properties Configuration File Format</name> <description>File format implementation for properties files.</description> <dependencies> <dependency> <groupId>com.globalmentor</groupId> <artifactId>globalmentor-core</artifactId> </dependency> <dependency> <groupId>io.clogr</groupId> <artifactId>clogr</artifactId> </dependency> <dependency> <groupId>io.confound</groupId> <artifactId>config-file</artifactId> </dependency> <dependency> <groupId>io.confound</groupId> <artifactId>config-properties</artifactId> </dependency> </dependencies> </project>