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