не последняя версия
Последняя версия 0.5.5

com.github.starnowski.posmulten:parent 0.1.7

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.

Группа

Группа

com.github.starnowski.posmulten
Идентификатор

Идентификатор

parent
Версия

Версия

0.1.7
Тип

Тип

pom

Скачать parent 0.1.7

Имя Файла Размер
parent-0.1.7.pom 10 KB
Обзор

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