p

postgresql-core

Posmulten Core is a module for the generation of SQL DDL statements that make it easy for implementation of Shared Schema Multi-tenancy strategy via the Row Security Policies in the Postgres database.
https://github.com/starnowski/posmulten
文件下载
文件名 操作
postgresql-core-0.8.1.jar 下载
postgresql-core-0.8.1.pom 下载
postgresql-core-0.8.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.starnowski.posmulten</groupId>
  <artifactId>postgresql-core</artifactId>
  <version>0.8.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.starnowski.posmulten:postgresql-core:0.8.1'
Gradle Kotlin
implementation("com.github.starnowski.posmulten:postgresql-core:0.8.1")
Scala SBT
libraryDependencies += "com.github.starnowski.posmulten" % "postgresql-core" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.starnowski.posmulten', module='postgresql-core', version='0.8.1')
)
Apache Ivy
<dependency org="com.github.starnowski.posmulten" name="postgresql-core" rev="0.8.1" />
Leiningen
[com.github.starnowski.posmulten/postgresql-core "0.8.1"]
Apache Buildr
'com.github.starnowski.posmulten:postgresql-core:jar:0.8.1'