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