Springboot ROW reuse starter

A spring boot starter to run both row server and client and help reusing websocket connection.

License

License

GroupId

GroupId

io.ep2p
ArtifactId

ArtifactId

row-reuse-starter
Last Version

Last Version

1.1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Springboot ROW reuse starter
A spring boot starter to run both row server and client and help reusing websocket connection.
Project URL

Project URL

https://github.com/ep2p/row-reuse-starter
Source Code Management

Source Code Management

http://github.com/ep2p/row-reuse-starter/tree/main

Download row-reuse-starter

How to add to project

<!-- https://jarcasting.com/artifacts/io.ep2p/row-reuse-starter/ -->
<dependency>
    <groupId>io.ep2p</groupId>
    <artifactId>row-reuse-starter</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/row-reuse-starter/
implementation 'io.ep2p:row-reuse-starter:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/row-reuse-starter/
implementation ("io.ep2p:row-reuse-starter:1.1.0-RELEASE")
'io.ep2p:row-reuse-starter:jar:1.1.0-RELEASE'
<dependency org="io.ep2p" name="row-reuse-starter" rev="1.1.0-RELEASE">
  <artifact name="row-reuse-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='row-reuse-starter', version='1.1.0-RELEASE')
)
libraryDependencies += "io.ep2p" % "row-reuse-starter" % "1.1.0-RELEASE"
[io.ep2p/row-reuse-starter "1.1.0-RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.4.5
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.4.5
io.ep2p : row-server-starter jar 2.1.0-RELEASE
io.ep2p : row-client-starter jar 1.3.1-RELEASE
org.projectlombok : lombok Optional jar 1.18.20

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.4.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0-RELEASE