websocketActionDispatcher

这是一个组件: 提供了请求分发功能, 可通过注入 ActionDispatcher, 分发请求, 具体可看源码注释

License

License

GroupId

GroupId

com.2oi7
ArtifactId

ArtifactId

websocket-action-dispatcher
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

websocketActionDispatcher
这是一个组件: 提供了请求分发功能, 可通过注入 ActionDispatcher, 分发请求, 具体可看源码注释
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://gitee.com/yangjiayi/websocket-action-dispatcher

Download websocket-action-dispatcher

How to add to project

<!-- https://jarcasting.com/artifacts/com.2oi7/websocket-action-dispatcher/ -->
<dependency>
    <groupId>com.2oi7</groupId>
    <artifactId>websocket-action-dispatcher</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.2oi7/websocket-action-dispatcher/
implementation 'com.2oi7:websocket-action-dispatcher:1.1.0'
// https://jarcasting.com/artifacts/com.2oi7/websocket-action-dispatcher/
implementation ("com.2oi7:websocket-action-dispatcher:1.1.0")
'com.2oi7:websocket-action-dispatcher:jar:1.1.0'
<dependency org="com.2oi7" name="websocket-action-dispatcher" rev="1.1.0">
  <artifact name="websocket-action-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.2oi7', module='websocket-action-dispatcher', version='1.1.0')
)
libraryDependencies += "com.2oi7" % "websocket-action-dispatcher" % "1.1.0"
[com.2oi7/websocket-action-dispatcher "1.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.0.5.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.5.RELEASE
org.springframework.boot : spring-boot-starter-test Optional jar 2.0.5.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0