s

sidecar

spring cloud sidecar for webFlux
The Apache Software License, Version 2.0
xiaosen
Files download
File Operation
sidecar-1.1-RELEASE.jar download
sidecar-1.1-RELEASE.pom download
sidecar-1.1-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.lgsxiaosen</groupId>
  <artifactId>sidecar</artifactId>
  <version>1.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.lgsxiaosen:sidecar:1.1-RELEASE'
Gradle Kotlin
implementation("com.github.lgsxiaosen:sidecar:1.1-RELEASE")
Scala SBT
libraryDependencies += "com.github.lgsxiaosen" % "sidecar" % "1.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lgsxiaosen', module='sidecar', version='1.1-RELEASE')
)
Apache Ivy
<dependency org="com.github.lgsxiaosen" name="sidecar" rev="1.1-RELEASE" />
Leiningen
[com.github.lgsxiaosen/sidecar "1.1-RELEASE"]
Apache Buildr
'com.github.lgsxiaosen:sidecar:jar:1.1-RELEASE'