Download hsqldb-1.8.0.5.jar file - Jar h

Jar examples for h:hsqldb

Description

Lightweight 100% Java SQL Database Engine

You can download jar file hsqldb 1.8.0.5 in this page.

License

HSQLDB License

Build File

You can use the following script to add hsqldb-1.8.0.5.jar to your project.

<dependency>
   <groupId>hsqldb</groupId>
   <artifactId>hsqldb</artifactId>
   <version>1.8.0.5</version>
</dependency>
compile group: 'hsqldb', name: 'hsqldb', version: '1.8.0.5'
libraryDependencies += "hsqldb" % "hsqldb" % "1.8.0.5"
<dependency org="hsqldb" name="hsqldb" rev="1.8.0.5"/>
@Grapes(@Grab(group='hsqldb', module='hsqldb', version='1.8.0.5'))
'hsqldb:hsqldb:jar:1.8.0.5'

Download

Click the following link to download the jar file.

hsqldb-1.8.0.5.jar
hsqldb-1.8.0.5.pom



Related Tutorials