is not current version
Last Version 3.1.0

io.shardingsphere:sharding-sphere 3.0.0.M1

Distributed database middleware ecosphere

GroupId

GroupId

io.shardingsphere
ArtifactId

ArtifactId

sharding-sphere
Version

Version

3.0.0.M1
Type

Type

pom

Download sharding-sphere 3.0.0.M1


<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-sphere/ -->
<dependency>
    <groupId>io.shardingsphere</groupId>
    <artifactId>sharding-sphere</artifactId>
    <version>3.0.0.M1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-sphere/
implementation 'io.shardingsphere:sharding-sphere:3.0.0.M1'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-sphere/
implementation ("io.shardingsphere:sharding-sphere:3.0.0.M1")
'io.shardingsphere:sharding-sphere:pom:3.0.0.M1'
<dependency org="io.shardingsphere" name="sharding-sphere" rev="3.0.0.M1">
  <artifact name="sharding-sphere" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-sphere', version='3.0.0.M1')
)
libraryDependencies += "io.shardingsphere" % "sharding-sphere" % "3.0.0.M1"
[io.shardingsphere/sharding-sphere "3.0.0.M1"]