allof-merge
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>allof-merge</artifactId> <version>0.6.6</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>allof-merge</artifactId> <version>0.6.6</version> <name>allof-merge</name> <description>Simplify JsonSchema/Openapi by combining allOf safely</description> <url>https://github.com/udamir/allof-merge#readme</url> <organization> <name>Damir Yusipov</name> <url>https://github.com/udamir/allof-merge#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>udamir</name> <email>damir@yusipov.ru</email> </developer> </developers> <scm> <connection>https://github.com/udamir/allof-merge.git</connection> <developerConnection>https://github.com/udamir/allof-merge.git</developerConnection> <url>https://github.com/udamir/allof-merge</url> </scm> <issueManagement> <url>https://github.com/udamir/allof-merge/issues</url> </issueManagement> <properties> <org.mvnpm-json-crawl.version>[0.5.3,0.6)</org.mvnpm-json-crawl.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>json-crawl</artifactId> <version>${org.mvnpm-json-crawl.version}</version> </dependency> </dependencies> </project>