m

module-database-updater

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