s

shardingsphere-sql-parser-postgresql

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