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