s

shore-r2dbc

shore r2dbc
Files download
File Operation
shore-r2dbc-1.1.5-RELEASE.jar download
shore-r2dbc-1.1.5-RELEASE.pom download
shore-r2dbc-1.1.5-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>me.youm.frame</groupId>
  <artifactId>shore-r2dbc</artifactId>
  <version>1.1.5-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'me.youm.frame:shore-r2dbc:1.1.5-RELEASE'
Gradle Kotlin
implementation("me.youm.frame:shore-r2dbc:1.1.5-RELEASE")
Scala SBT
libraryDependencies += "me.youm.frame" % "shore-r2dbc" % "1.1.5-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='me.youm.frame', module='shore-r2dbc', version='1.1.5-RELEASE')
)
Apache Ivy
<dependency org="me.youm.frame" name="shore-r2dbc" rev="1.1.5-RELEASE" />
Leiningen
[me.youm.frame/shore-r2dbc "1.1.5-RELEASE"]
Apache Buildr
'me.youm.frame:shore-r2dbc:jar:1.1.5-RELEASE'