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