json-values
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.imrafaelmerino</groupId> <artifactId>json-values</artifactId> <version>14.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <artifactId>json-values</artifactId> <version>14.0.0</version> <scm> <url>https://github.com/imrafaelmerino/json-values.git</url> </scm> <url>https://github.com/imrafaelmerino/json-values</url> <properties> <JACOCO-MAVEN-PLUGIN.VERSION>0.8.8</JACOCO-MAVEN-PLUGIN.VERSION> <JAVA-FUN.VERSION>2.2.0</JAVA-FUN.VERSION> <JUNIT-JUPITER-API.VERSION>5.8.2</JUNIT-JUPITER-API.VERSION> <MAVEN-COMPILER-PLUGIN.SOURCE>21</MAVEN-COMPILER-PLUGIN.SOURCE> <MAVEN-COMPILER-PLUGIN.TARGET>21</MAVEN-COMPILER-PLUGIN.TARGET> <MAVEN-COMPILER-PLUGIN.VERSION>3.13.0</MAVEN-COMPILER-PLUGIN.VERSION> <MAVEN-GPG-PLUGIN.VERSION>1.6</MAVEN-GPG-PLUGIN.VERSION> <MAVEN-JAR-PLUGIN.VERSION>3.4.2</MAVEN-JAR-PLUGIN.VERSION> <MAVEN-JAVADOC-PLUGIN.VERSION>3.11.1</MAVEN-JAVADOC-PLUGIN.VERSION> <MAVEN-SOURCE-PLUGIN.VERSION>3.0.1</MAVEN-SOURCE-PLUGIN.VERSION> <MAVEN-SUREFIRE-PLUGIN.VERSION>3.5.2</MAVEN-SUREFIRE-PLUGIN.VERSION> <NEXUS-STAGING-MAVEN-PLUGIN.VERSION>1.6.12</NEXUS-STAGING-MAVEN-PLUGIN.VERSION> <error-prone.version>2.36.0</error-prone.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <annotationProcessorPaths> <path> <artifactId>error_prone_core</artifactId> <groupId>com.google.errorprone</groupId> <version>${error-prone.version}</version> </path> </annotationProcessorPaths> <compilerArgs> <arg>-XDcompilePolicy=simple</arg> <arg>--should-stop=ifError=FLOW</arg> <arg>-Xplugin:ErrorProne -Xep:DeadException:WARN -Xep:GuardedBy:OFF</arg> <arg>-Xlint:all</arg> </compilerArgs> <encoding>${project.build.sourceEncoding}</encoding> <showWarnings>true</showWarnings> <source>${MAVEN-COMPILER-PLUGIN.SOURCE}</source> <target>${MAVEN-COMPILER-PLUGIN.TARGET}</target> </configuration> <groupId>org.apache.maven.plugins</groupId> <version>3.8.0</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>${MAVEN-SUREFIRE-PLUGIN.VERSION}</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>${MAVEN-JAR-PLUGIN.VERSION}</version> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <source>${MAVEN-COMPILER-PLUGIN.SOURCE}</source> </configuration> <executions> <execution> <goals> <goal>jar</goal> </goals> <id>attach-javadocs</id> </execution> </executions> <groupId>org.apache.maven.plugins</groupId> <version>${MAVEN-JAVADOC-PLUGIN.VERSION}</version> </plugin> </plugins> </build> <dependencies> <dependency> <artifactId>java-fun</artifactId> <groupId>com.github.imrafaelmerino</groupId> <version>${JAVA-FUN.VERSION}</version> </dependency> <dependency> <artifactId>junit-jupiter-api</artifactId> <groupId>org.junit.jupiter</groupId> <scope>test</scope> <version>${JUNIT-JUPITER-API.VERSION}</version> </dependency> </dependencies> <description>json-values is a functional Java library to work with immutable Json using persistent data structures. </description> <developers> <developer> <email>imrafael.merino@gmail.com</email> <id>imrafaelmerino</id> <name>Rafael Merino García</name> </developer> </developers> <groupId>com.github.imrafaelmerino</groupId> <licenses> <license> <distribution>repo</distribution> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <modelVersion>4.0.0</modelVersion> <name>json-values</name> <packaging>jar</packaging> <profiles> <profile> <activation> <activeByDefault>true</activeByDefault> </activation> <distributionManagement> <repository> <id>releases</id> <name>Repositorio de releases</name> <url>http://127.0.0.1:8081/repository/maven-releases/</url> </repository> <snapshotRepository> <id>snapshots</id> <name>Repositorio de snapshots</name> <url>http://127.0.0.1:8081/repository/maven-snapshots/</url> </snapshotRepository> </distributionManagement> <id>local</id> </profile> <profile> <activation> <activeByDefault>false</activeByDefault> </activation> <build> <plugins> <plugin> <artifactId>nexus-staging-maven-plugin</artifactId> <configuration> <autoReleaseAfterClose>true</autoReleaseAfterClose> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <serverId>ossrh</serverId> </configuration> <extensions>true</extensions> <groupId>org.sonatype.plugins</groupId> <version>${NEXUS-STAGING-MAVEN-PLUGIN.VERSION}</version> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <goals> <goal>sign</goal> </goals> <id>sign-artifacts</id> <phase>verify</phase> </execution> </executions> <groupId>org.apache.maven.plugins</groupId> <version>${MAVEN-GPG-PLUGIN.VERSION}</version> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <goals> <goal>jar</goal> </goals> <id>attach-sources</id> </execution> </executions> <groupId>org.apache.maven.plugins</groupId> <version>${MAVEN-SOURCE-PLUGIN.VERSION}</version> </plugin> </plugins> </build> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <id>release</id> </profile> </profiles> </project>