Maven Repository - POM file for JSON config-json 1.2.0 1.2.0

Summary

JSR-330 Config JSON.

JSON config module for JSR-330.

Declaration

Here is the list of declaration for config-json. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.github.jsr-330</groupId>
   <artifactId>config-json</artifactId>
   <version>1.2.0</version>
</dependency>

If you think this Maven repository POM file listing for config-json is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

POM File Source

Here is the content of the POM file.

<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>
        <artifactId>all</artifactId>
        <groupId>com.github.jsr-330</groupId>
        <version>1.2.0</version>
        <relativePath>..</relativePath>
    </parent>
    
    <artifactId>config-json</artifactId>
    <packaging>jar</packaging>
    <name>JSR-330 Config JSON</name>
    <description>JSON config module for JSR-330</description>
    
    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>core</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
    
</project>