GroupId | GroupIdio.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-sql-test |
Version | Version3.1.0.M1 |
Type | Typejar |
Filename | Size |
---|---|
sharding-sql-test-3.1.0.M1.pom | |
sharding-sql-test-3.1.0.M1.jar | 66 KB |
sharding-sql-test-3.1.0.M1-sources.jar | 61 KB |
sharding-sql-test-3.1.0.M1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-sql-test/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sql-test</artifactId>
<version>3.1.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-sql-test/
implementation 'io.shardingsphere:sharding-sql-test:3.1.0.M1'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-sql-test/
implementation ("io.shardingsphere:sharding-sql-test:3.1.0.M1")
'io.shardingsphere:sharding-sql-test:jar:3.1.0.M1'
<dependency org="io.shardingsphere" name="sharding-sql-test" rev="3.1.0.M1">
<artifact name="sharding-sql-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-sql-test', version='3.1.0.M1')
)
libraryDependencies += "io.shardingsphere" % "sharding-sql-test" % "3.1.0.M1"
[io.shardingsphere/sharding-sql-test "3.1.0.M1"]