p

petals-sl-hsql-2.6.1

HSQLDB Driver 2.6.1
Files download
File Operation
petals-sl-hsql-2.6.1-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-sl-hsql-2.6.1</artifactId>
  <version>1.0.0</version>
  <type>jbi-shared-library</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.petals:petals-sl-hsql-2.6.1:1.0.0'
Gradle Kotlin
implementation("org.ow2.petals:petals-sl-hsql-2.6.1:1.0.0")
Scala SBT
libraryDependencies += "org.ow2.petals" % "petals-sl-hsql-2.6.1" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.petals', module='petals-sl-hsql-2.6.1', version='1.0.0')
)
Apache Ivy
<dependency org="org.ow2.petals" name="petals-sl-hsql-2.6.1" rev="1.0.0" />
Leiningen
[org.ow2.petals/petals-sl-hsql-2.6.1 "1.0.0"]
Apache Buildr
'org.ow2.petals:petals-sl-hsql-2.6.1:jar:1.0.0'