s

shardingsphere-mode-api

文件下载
文件名 操作
shardingsphere-mode-api-5.4.1.jar 下载
shardingsphere-mode-api-5.4.1.pom 下载
shardingsphere-mode-api-5.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-mode-api</artifactId>
  <version>5.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere:shardingsphere-mode-api:5.4.1'
Gradle Kotlin
implementation("org.apache.shardingsphere:shardingsphere-mode-api:5.4.1")
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-mode-api" % "5.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere', module='shardingsphere-mode-api', version='5.4.1')
)
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere-mode-api" rev="5.4.1" />
Leiningen
[org.apache.shardingsphere/shardingsphere-mode-api "5.4.1"]
Apache Buildr
'org.apache.shardingsphere:shardingsphere-mode-api:jar:5.4.1'