facade
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jpardus.spider</groupId>
<artifactId>facade</artifactId>
<version>2.0.0</version>
</dependency><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> <groupId>com.jpardus.spider</groupId> <artifactId>facade</artifactId> <version>2.0.0</version> <packaging>jar</packaging> <description>分布式框架spider子组件之一,提供服务发现及服务调用方式,让调用远程服务如调用本地服务一样方便。</description> <name>facade</name> <url>http://jpardus.com</url> <dependencies> <dependency> <groupId>com.jpardus.spider</groupId> <artifactId>statistics</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>com.jpardus.spider</groupId> <artifactId>fasten</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>com.jpardus</groupId> <artifactId>common-pool</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>com.esotericsoftware</groupId> <artifactId>kryo</artifactId> <version>4.0.1</version> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>3.1</version> </dependency> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> <version>0.9.0</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.0</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>4.3.13.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.3.13.RELEASE</version> </dependency> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>1.8.4</version> </dependency> </dependencies> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <connection>scm:git:https://github.com/jpardus/jpardus.github.io.git</connection> <developerConnection>scm:git:https://github.com/jpardus/jpardus.github.io.git</developerConnection> <url>https://github.com/jpardus/jpardus.github.io</url> </scm> <developers> <developer> <name>Jiajun Chen</name> <email>jpardus520@gmail.com</email> <url>http://jpardus.com</url> <organization>iflytek</organization> <organizationUrl>http://www.iflytek.com</organizationUrl> </developer> </developers> </project>