| Категории |
КатегорииPostgreSQL Данные Базы данных |
|---|---|
| Группа | Группаno.priv.bang.authservice |
| Идентификатор | Идентификаторauthservice.db.postgresql |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.db.postgresql/ -->
<dependency>
<groupId>no.priv.bang.authservice</groupId>
<artifactId>authservice.db.postgresql</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.db.postgresql/
implementation 'no.priv.bang.authservice:authservice.db.postgresql:1.0.0'
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.db.postgresql/
implementation ("no.priv.bang.authservice:authservice.db.postgresql:1.0.0")
'no.priv.bang.authservice:authservice.db.postgresql:jar:1.0.0'
<dependency org="no.priv.bang.authservice" name="authservice.db.postgresql" rev="1.0.0">
<artifact name="authservice.db.postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.priv.bang.authservice', module='authservice.db.postgresql', version='1.0.0')
)
libraryDependencies += "no.priv.bang.authservice" % "authservice.db.postgresql" % "1.0.0"
[no.priv.bang.authservice/authservice.db.postgresql "1.0.0"]