gateway

分布式框架spider子组件之一,提供分布式服务网关调用方式。

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.jpardus.spider
ArtifactId

ArtifactId

gateway
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

gateway
分布式框架spider子组件之一,提供分布式服务网关调用方式。
Project URL

Project URL

http://jpardus.com
Source Code Management

Source Code Management

https://github.com/jpardus/jpardus.github.io

Download gateway

How to add to project

<!-- https://jarcasting.com/artifacts/com.jpardus.spider/gateway/ -->
<dependency>
    <groupId>com.jpardus.spider</groupId>
    <artifactId>gateway</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpardus.spider/gateway/
implementation 'com.jpardus.spider:gateway:1.0.2'
// https://jarcasting.com/artifacts/com.jpardus.spider/gateway/
implementation ("com.jpardus.spider:gateway:1.0.2")
'com.jpardus.spider:gateway:jar:1.0.2'
<dependency org="com.jpardus.spider" name="gateway" rev="1.0.2">
  <artifact name="gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpardus.spider', module='gateway', version='1.0.2')
)
libraryDependencies += "com.jpardus.spider" % "gateway" % "1.0.2"
[com.jpardus.spider/gateway "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
com.jpardus.spider : facade jar 1.0.3
org.springframework : spring-core jar 4.3.13.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0