GroupId | GroupIdorg.apache.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-scaling-bootstrap |
Version | Version4.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-scaling-bootstrap/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-scaling-bootstrap</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-scaling-bootstrap/
implementation 'org.apache.shardingsphere:sharding-scaling-bootstrap:4.1.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-scaling-bootstrap/
implementation ("org.apache.shardingsphere:sharding-scaling-bootstrap:4.1.0")
'org.apache.shardingsphere:sharding-scaling-bootstrap:jar:4.1.0'
<dependency org="org.apache.shardingsphere" name="sharding-scaling-bootstrap" rev="4.1.0">
<artifact name="sharding-scaling-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='sharding-scaling-bootstrap', version='4.1.0')
)
libraryDependencies += "org.apache.shardingsphere" % "sharding-scaling-bootstrap" % "4.1.0"
[org.apache.shardingsphere/sharding-scaling-bootstrap "4.1.0"]