Download config-0.1.1.jar file

Introduction

You can download config-0.1.1.jar in this page.

License

Apache License, Version 2.0

Type List

config-0.1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.networknt/config/pom.properties
META-INF/maven/com.networknt/config/pom.xml
com.networknt.config.Config.class

Pom

config-0.1.1.pom file content.

<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>com.networknt</groupId>
        <artifactId>undertow</artifactId>
        <version>0.1.1</version>
        <relativePath>..</relativePath>
    </parent>

    <artifactId>config</artifactId>
    <packaging>jar</packaging>
    <description>A module that handles externalized configuration files.</description>

	<dependencies>
		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-databind</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-ext</artifactId>
        </dependency>
		<dependency>
			<groupId>org.owasp.encoder</groupId>
			<artifactId>encoder</artifactId>
		</dependency>

		<dependency>
			<groupId>ch.qos.logback</groupId>
			<artifactId>logback-classic</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.networknt</groupId>
   <artifactId>config</artifactId>
   <version>0.1.1</version>
</dependency>

Download

If you think the following config-0.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download config-0.1.1.jar file




PreviousNext

Related