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