Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdmodule-database-postgresql |
Version | Version1.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/module-database-postgresql/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>module-database-postgresql</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-database-postgresql/
implementation 'be.yildiz-games:module-database-postgresql:1.0.8'
// https://jarcasting.com/artifacts/be.yildiz-games/module-database-postgresql/
implementation ("be.yildiz-games:module-database-postgresql:1.0.8")
'be.yildiz-games:module-database-postgresql:jar:1.0.8'
<dependency org="be.yildiz-games" name="module-database-postgresql" rev="1.0.8">
<artifact name="module-database-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-database-postgresql', version='1.0.8')
)
libraryDependencies += "be.yildiz-games" % "module-database-postgresql" % "1.0.8"
[be.yildiz-games/module-database-postgresql "1.0.8"]