s

shardingsphere-sql-parser-postgresql

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