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