You can download registry-2.0.13.jar in this page.
Apache License
registry-2.0.13.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.networknt/registry/pom.properties META-INF/maven/com.networknt/registry/pom.xml com.networknt.registry.DiscoveryService.class com.networknt.registry.NotifyListener.class com.networknt.registry.Registry.class com.networknt.registry.RegistryService.class com.networknt.registry.URL.class com.networknt.registry.URLImpl.class com.networknt.registry.URLParamType.class com.networknt.registry.support.AbstractRegistry.class com.networknt.registry.support.DirectRegistry.class com.networknt.registry.support.FailbackRegistry.class com.networknt.registry.support.command.CommandFailbackRegistry.class com.networknt.registry.support.command.CommandListener.class com.networknt.registry.support.command.CommandServiceManager.class com.networknt.registry.support.command.RpcCommand.class com.networknt.registry.support.command.ServiceListener.class
registry-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>registry</artifactId> <packaging>jar</packaging> <description>A registry and discovery module that register the services and discover them from centralized registry.</description> <dependencies> <dependency> <groupId>com.networknt</groupId> <artifactId>config</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>utility</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>status</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>service</artifactId> </dependency> <dependency> <groupId>com.networknt</groupId> <artifactId>switcher</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> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.networknt</groupId> <artifactId>registry</artifactId> <version>2.0.13</version> </dependency>
If you think the following registry-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 registry-2.0.13.jar file