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