p

parent

Posmulten library is an open-source project 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
LGPL 2.1
Szymon Tarnowski
Files download
File Operation
parent-0.5.4.pom download
Apache Maven
<dependency>
  <groupId>com.github.starnowski.posmulten</groupId>
  <artifactId>parent</artifactId>
  <version>0.5.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.starnowski.posmulten:parent:0.5.4'
Gradle Kotlin
implementation("com.github.starnowski.posmulten:parent:0.5.4")
Scala SBT
libraryDependencies += "com.github.starnowski.posmulten" % "parent" % "0.5.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.starnowski.posmulten', module='parent', version='0.5.4')
)
Apache Ivy
<dependency org="com.github.starnowski.posmulten" name="parent" rev="0.5.4" />
Leiningen
[com.github.starnowski.posmulten/parent "0.5.4"]
Apache Buildr
'com.github.starnowski.posmulten:parent:jar:0.5.4'
Dependencies
The project has no third-party dependencies