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