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.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.starnowski.posmulten</groupId>
  <artifactId>parent</artifactId>
  <version>0.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.starnowski.posmulten:parent:0.5.1'
Gradle Kotlin
implementation("com.github.starnowski.posmulten:parent:0.5.1")
Scala SBT
libraryDependencies += "com.github.starnowski.posmulten" % "parent" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.starnowski.posmulten', module='parent', version='0.5.1')
)
Apache Ivy
<dependency org="com.github.starnowski.posmulten" name="parent" rev="0.5.1" />
Leiningen
[com.github.starnowski.posmulten/parent "0.5.1"]
Apache Buildr
'com.github.starnowski.posmulten:parent:jar:0.5.1'
Dependencies
The project has no third-party dependencies