You can download server-2.0.13.jar in this page.
Apache License
server-2.0.13.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.networknt/server/pom.properties META-INF/maven/com.networknt/server/pom.xml com.networknt.server.DefaultConfigLoader.class com.networknt.server.DummyTrustManager.class com.networknt.server.IConfigLoader.class com.networknt.server.JsonPathStartupHookProvider.class com.networknt.server.Server.class com.networknt.server.ServerConfig.class com.networknt.server.ServerOption.class com.networknt.server.ShutdownHookProvider.class com.networknt.server.StartupHookProvider.class config/secret.yml config/server.yml
server-2.0.13.pom file content.
<!-- ~ Copyright (c) 2016 Network New Technologies Inc. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.networknt</groupId> <artifactId>light-4j</artifactId> <version>2.0.13</version> <relativePath>..</relativePath> </parent> <artifactId>server</artifactId> <packaging>jar</packaging> <description>A server modules of framework.</description> <dependencies> <dependency> <groupId>com.networknt</groupId> <artifactId>config</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>audit</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>info</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>exception</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>body</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>registry</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>consul</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>zookeeper</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>balance</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>cluster</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>service</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>client</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>handler</artifactId> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-core</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.networknt</groupId> <artifactId>server</artifactId> <version>2.0.13</version> </dependency>
If you think the following server-2.0.13.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download server-2.0.13.jar file