s

shardingsphere-infra-context

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