write-json-file
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>write-json-file</artifactId> <version>6.0.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</groupId> <artifactId>write-json-file</artifactId> <version>6.0.0</version> <name>write-json-file</name> <description>Stringify and write JSON to a file atomically</description> <url>https://github.com/sindresorhus/write-json-file#readme</url> <organization> <name>Sindre Sorhus</name> <url>https://github.com/sindresorhus/write-json-file#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>sindresorhus</name> <email>sindresorhus@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/sindresorhus/write-json-file.git</connection> <developerConnection>https://github.com/sindresorhus/write-json-file.git</developerConnection> <url>https://github.com/sindresorhus/write-json-file</url> </scm> <issueManagement> <url>https://github.com/sindresorhus/write-json-file/issues</url> </issueManagement> <properties> <org.mvnpm-detect-indent.version>[7.0.1,8)</org.mvnpm-detect-indent.version> <org.mvnpm-sort-keys.version>[5.0.0,6)</org.mvnpm-sort-keys.version> <org.mvnpm-write-file-atomic.version>[5.0.1,6)</org.mvnpm-write-file-atomic.version> <org.mvnpm-is-plain-obj.version>[4.1.0,5)</org.mvnpm-is-plain-obj.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>detect-indent</artifactId> <version>${org.mvnpm-detect-indent.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>is-plain-obj</artifactId> <version>${org.mvnpm-is-plain-obj.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>sort-keys</artifactId> <version>${org.mvnpm-sort-keys.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>write-file-atomic</artifactId> <version>${org.mvnpm-write-file-atomic.version}</version> </dependency> </dependencies> </project>