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