b

bw-wfmodules-com-h2database-h2

文件下载
文件名 操作
bw-wfmodules-com-h2database-h2-1.0.4.pom 下载
Apache Maven
<dependency>
  <groupId>org.bedework.deploy</groupId>
  <artifactId>bw-wfmodules-com-h2database-h2</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.bedework.deploy:bw-wfmodules-com-h2database-h2:1.0.4'
Gradle Kotlin
implementation("org.bedework.deploy:bw-wfmodules-com-h2database-h2:1.0.4")
Scala SBT
libraryDependencies += "org.bedework.deploy" % "bw-wfmodules-com-h2database-h2" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.bedework.deploy', module='bw-wfmodules-com-h2database-h2', version='1.0.4')
)
Apache Ivy
<dependency org="org.bedework.deploy" name="bw-wfmodules-com-h2database-h2" rev="1.0.4" />
Leiningen
[org.bedework.deploy/bw-wfmodules-com-h2database-h2 "1.0.4"]
Apache Buildr
'org.bedework.deploy:bw-wfmodules-com-h2database-h2:jar:1.0.4'