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