m

module-database

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