m

module-database-postgresql

Postgresql implementation for the module database
https://engine.yildiz-games.be
文件下载
文件名 操作
module-database-postgresql-1.0.16.jar 下载
module-database-postgresql-1.0.16.pom 下载
module-database-postgresql-1.0.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>module-database-postgresql</artifactId>
  <version>1.0.16</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:module-database-postgresql:1.0.16'
Gradle Kotlin
implementation("be.yildiz-games:module-database-postgresql:1.0.16")
Scala SBT
libraryDependencies += "be.yildiz-games" % "module-database-postgresql" % "1.0.16"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='module-database-postgresql', version='1.0.16')
)
Apache Ivy
<dependency org="be.yildiz-games" name="module-database-postgresql" rev="1.0.16" />
Leiningen
[be.yildiz-games/module-database-postgresql "1.0.16"]
Apache Buildr
'be.yildiz-games:module-database-postgresql:jar:1.0.16'