Last Version

H2 Database Engine wt-1.0.1

魔改版h2,主要针对sql的自定义重写。 原h2项目地址https://github.com/h2database/h2database

License

License

Categories

Categories

H2 Data Databases
GroupId

GroupId

org.wowtools
ArtifactId

ArtifactId

h2
Version

Version

wt-1.0.1
Type

Type

jar
Description

Description

H2 Database Engine
魔改版h2,主要针对sql的自定义重写。 原h2项目地址https://github.com/h2database/h2database
Project URL

Project URL

https://github.com/codingmiao/h2

Download h2 wt-1.0.1


<!-- https://jarcasting.com/artifacts/org.wowtools/h2/ -->
<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>h2</artifactId>
    <version>wt-1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/h2/
implementation 'org.wowtools:h2:wt-1.0.1'
// https://jarcasting.com/artifacts/org.wowtools/h2/
implementation ("org.wowtools:h2:wt-1.0.1")
'org.wowtools:h2:jar:wt-1.0.1'
<dependency org="org.wowtools" name="h2" rev="wt-1.0.1">
  <artifact name="h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='h2', version='wt-1.0.1')
)
libraryDependencies += "org.wowtools" % "h2" % "wt-1.0.1"
[org.wowtools/h2 "wt-1.0.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.wowtools : catframe-dao jar 1.0
javax.servlet : javax.servlet-api jar 3.1.0
org.apache.lucene : lucene-core jar 3.6.2
org.slf4j : slf4j-api jar 1.6.0
org.osgi : org.osgi.core jar 4.2.0
org.osgi : org.osgi.enterprise jar 4.2.0
com.vividsolutions : jts-core jar 1.14.0

Project Modules

There are no modules declared in this project.