License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdcom.github.starnowski.posmulten |
ArtifactId | ArtifactIdpostgresql-core |
Version | Version0.5.0 |
Type | Typejar |
Description |
Descriptionposmulten-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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
postgresql-core-0.5.0.pom | |
postgresql-core-0.5.0.jar | 174 KB |
postgresql-core-0.5.0-sources.jar | 160 KB |
postgresql-core-0.5.0-javadoc.jar | 855 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/ -->
<dependency>
<groupId>com.github.starnowski.posmulten</groupId>
<artifactId>postgresql-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation 'com.github.starnowski.posmulten:postgresql-core:0.5.0'
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation ("com.github.starnowski.posmulten:postgresql-core:0.5.0")
'com.github.starnowski.posmulten:postgresql-core:jar:0.5.0'
<dependency org="com.github.starnowski.posmulten" name="postgresql-core" rev="0.5.0">
<artifact name="postgresql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.posmulten', module='postgresql-core', version='0.5.0')
)
libraryDependencies += "com.github.starnowski.posmulten" % "postgresql-core" % "0.5.0"
[com.github.starnowski.posmulten/postgresql-core "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.2.5 |
org.spockframework : spock-core | jar | 1.1-groovy-2.4 |
org.spockframework : spock-spring | jar | 1.1-groovy-2.4 |
org.codehaus.groovy : groovy-all | jar | 2.4.12 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.5.8.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.8.RELEASE |
net.bytebuddy : byte-buddy | jar | 1.6.4 |
org.jeasy : easy-random-core | jar | 4.2.0 |
com.github.starnowski.posmulten » test-utils | jar | 0.5.0 |