m

module-database

Module handling the database access and manipulation.
https://engine.yildiz-games.be
Files download
File Operation
module-database-3.2.7.jar download
module-database-3.2.7.pom download
module-database-3.2.7-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>module-database</artifactId>
  <version>3.2.7</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:module-database:3.2.7'
Gradle Kotlin
implementation("be.yildiz-games:module-database:3.2.7")
Scala SBT
libraryDependencies += "be.yildiz-games" % "module-database" % "3.2.7"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='module-database', version='3.2.7')
)
Apache Ivy
<dependency org="be.yildiz-games" name="module-database" rev="3.2.7" />
Leiningen
[be.yildiz-games/module-database "3.2.7"]
Apache Buildr
'be.yildiz-games:module-database:jar:3.2.7'