is not current version
Last Version 1.1-RELEASE

com.github.lgsxiaosen:sidecar 1.0-RELEASE

spring cloud sidecar for webFlux

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.lgsxiaosen
ArtifactId

ArtifactId

sidecar
Version

Version

1.0-RELEASE
Type

Type

jar

Download sidecar 1.0-RELEASE


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