License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdmodule-database-postgresql |
Last Version | Last Version1.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYildiz-Engine Module Database Postgresql
Postgresql implementation for the module database
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/module-database-postgresql/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>module-database-postgresql</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-database-postgresql/
implementation 'be.yildiz-games:module-database-postgresql:1.0.13'
// https://jarcasting.com/artifacts/be.yildiz-games/module-database-postgresql/
implementation ("be.yildiz-games:module-database-postgresql:1.0.13")
'be.yildiz-games:module-database-postgresql:jar:1.0.13'
<dependency org="be.yildiz-games" name="module-database-postgresql" rev="1.0.13">
<artifact name="module-database-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-database-postgresql', version='1.0.13')
)
libraryDependencies += "be.yildiz-games" % "module-database-postgresql" % "1.0.13"
[be.yildiz-games/module-database-postgresql "1.0.13"]
Group / Artifact | Type | Version |
---|---|---|
be.yildiz-games : module-database | jar | 3.2.5 |
org.postgresql : postgresql | jar | 42.2.24 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0 |