is not current version
Last Version 0.5.5

com.github.starnowski.posmulten:postgresql-core 0.3.1

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.

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

com.github.starnowski.posmulten
ArtifactId

ArtifactId

postgresql-core
Version

Version

0.3.1
Type

Type

jar

Download postgresql-core 0.3.1


<!-- https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/ -->
<dependency>
    <groupId>com.github.starnowski.posmulten</groupId>
    <artifactId>postgresql-core</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation 'com.github.starnowski.posmulten:postgresql-core:0.3.1'
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation ("com.github.starnowski.posmulten:postgresql-core:0.3.1")
'com.github.starnowski.posmulten:postgresql-core:jar:0.3.1'
<dependency org="com.github.starnowski.posmulten" name="postgresql-core" rev="0.3.1">
  <artifact name="postgresql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.posmulten', module='postgresql-core', version='0.3.1')
)
libraryDependencies += "com.github.starnowski.posmulten" % "postgresql-core" % "0.3.1"
[com.github.starnowski.posmulten/postgresql-core "0.3.1"]