License |
License |
---|---|
GroupId | GroupIdcom.github.starnowski.posmulten |
ArtifactId | ArtifactIdparent |
Version | Version0.4.0 |
Type | Typepom |
Description |
Descriptionposmulten
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-0.4.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.starnowski.posmulten/parent/ -->
<dependency>
<groupId>com.github.starnowski.posmulten</groupId>
<artifactId>parent</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/parent/
implementation 'com.github.starnowski.posmulten:parent:0.4.0'
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/parent/
implementation ("com.github.starnowski.posmulten:parent:0.4.0")
'com.github.starnowski.posmulten:parent:pom:0.4.0'
<dependency org="com.github.starnowski.posmulten" name="parent" rev="0.4.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.posmulten', module='parent', version='0.4.0')
)
libraryDependencies += "com.github.starnowski.posmulten" % "parent" % "0.4.0"
[com.github.starnowski.posmulten/parent "0.4.0"]