s

shardingsphere-sql-parser-sql92

Files download
File Operation
shardingsphere-sql-parser-sql92-4.1.1.jar download
shardingsphere-sql-parser-sql92-4.1.1.pom download
shardingsphere-sql-parser-sql92-4.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-sql-parser-sql92</artifactId>
  <version>4.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere:shardingsphere-sql-parser-sql92:4.1.1'
Gradle Kotlin
implementation("org.apache.shardingsphere:shardingsphere-sql-parser-sql92:4.1.1")
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-sql-parser-sql92" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere', module='shardingsphere-sql-parser-sql92', version='4.1.1')
)
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere-sql-parser-sql92" rev="4.1.1" />
Leiningen
[org.apache.shardingsphere/shardingsphere-sql-parser-sql92 "4.1.1"]
Apache Buildr
'org.apache.shardingsphere:shardingsphere-sql-parser-sql92:jar:4.1.1'