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