License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdcom.github.starnowski.posmulten |
ArtifactId | ArtifactIdpostgresql-core |
Last Version | Last Version0.5.5 |
Release Date | Release Date |
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.5.pom | |
postgresql-core-0.5.5.jar | 127 KB |
postgresql-core-0.5.5-sources.jar | 133 KB |
postgresql-core-0.5.5-javadoc.jar | 651 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation 'com.github.starnowski.posmulten:postgresql-core:0.5.5'
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation ("com.github.starnowski.posmulten:postgresql-core:0.5.5")
'com.github.starnowski.posmulten:postgresql-core:jar:0.5.5'
<dependency org="com.github.starnowski.posmulten" name="postgresql-core" rev="0.5.5">
<artifact name="postgresql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.posmulten', module='postgresql-core', version='0.5.5')
)
libraryDependencies += "com.github.starnowski.posmulten" % "postgresql-core" % "0.5.5"
[com.github.starnowski.posmulten/postgresql-core "0.5.5"]
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | [42.3.3,) |
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.5 |