is not current version
Last Version 1.3.0

com.ongres.pgconfig:pgconfig-validator 1.1.0

PostgreSQL Configuration Parameter Validator gives you the ability to verify if a GUC (Grand Unified Configuration) parameter is valid based on a few rules that are checked depending on the PostgreSQL server version being used.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.ongres.pgconfig
ArtifactId

ArtifactId

pgconfig-validator
Version

Version

1.1.0
Type

Type

jar

Download pgconfig-validator 1.1.0


<!-- https://jarcasting.com/artifacts/com.ongres.pgconfig/pgconfig-validator/ -->
<dependency>
    <groupId>com.ongres.pgconfig</groupId>
    <artifactId>pgconfig-validator</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ongres.pgconfig/pgconfig-validator/
implementation 'com.ongres.pgconfig:pgconfig-validator:1.1.0'
// https://jarcasting.com/artifacts/com.ongres.pgconfig/pgconfig-validator/
implementation ("com.ongres.pgconfig:pgconfig-validator:1.1.0")
'com.ongres.pgconfig:pgconfig-validator:jar:1.1.0'
<dependency org="com.ongres.pgconfig" name="pgconfig-validator" rev="1.1.0">
  <artifact name="pgconfig-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ongres.pgconfig', module='pgconfig-validator', version='1.1.0')
)
libraryDependencies += "com.ongres.pgconfig" % "pgconfig-validator" % "1.1.0"
[com.ongres.pgconfig/pgconfig-validator "1.1.0"]