is not current version
Last Version 3.1.0

io.shardingsphere:sharding-sql-test 3.0.0.M4


GroupId

GroupId

io.shardingsphere
ArtifactId

ArtifactId

sharding-sql-test
Version

Version

3.0.0.M4
Type

Type

jar

Download sharding-sql-test 3.0.0.M4


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