s

shardingsphere-features

Files download
File Operation
shardingsphere-features-5.0.0-beta.pom download
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-features</artifactId>
  <version>5.0.0-beta</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere:shardingsphere-features:5.0.0-beta'
Gradle Kotlin
implementation("org.apache.shardingsphere:shardingsphere-features:5.0.0-beta")
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-features" % "5.0.0-beta"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere', module='shardingsphere-features', version='5.0.0-beta')
)
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere-features" rev="5.0.0-beta" />
Leiningen
[org.apache.shardingsphere/shardingsphere-features "5.0.0-beta"]
Apache Buildr
'org.apache.shardingsphere:shardingsphere-features:jar:5.0.0-beta'