GroupId | GroupIdorg.apache.shardingsphere |
---|---|
ArtifactId | ArtifactIdshardingsphere-rewrite |
Version | Version4.0.0 |
Type | Typepom |
Filename | Size |
---|---|
shardingsphere-rewrite-4.0.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/shardingsphere-rewrite/
implementation 'org.apache.shardingsphere:shardingsphere-rewrite:4.0.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/shardingsphere-rewrite/
implementation ("org.apache.shardingsphere:shardingsphere-rewrite:4.0.0")
'org.apache.shardingsphere:shardingsphere-rewrite:pom:4.0.0'
<dependency org="org.apache.shardingsphere" name="shardingsphere-rewrite" rev="4.0.0">
<artifact name="shardingsphere-rewrite" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-rewrite', version='4.0.0')
)
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-rewrite" % "4.0.0"
[org.apache.shardingsphere/shardingsphere-rewrite "4.0.0"]