| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases |
| GroupId | GroupIdio.github.1tchy.shaded.com.h2database |
| ArtifactId | ArtifactIdh2 |
| Last Version | Last Version1.4.200.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.github.1tchy.shaded.com.h2database:h2
This artifact contains the same classes as
com.h2database%h2%1.4.*
but in another package to support migration to com.h2database%h2%2.*
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| h2-1.4.200.2.pom | |
| h2-1.4.200.2.jar | 2 MB |
| h2-1.4.200.2-sources.jar | 1 MB |
| h2-1.4.200.2-javadoc.jar | 316 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.1tchy.shaded.com.h2database/h2/ -->
<dependency>
<groupId>io.github.1tchy.shaded.com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.1tchy.shaded.com.h2database/h2/
implementation 'io.github.1tchy.shaded.com.h2database:h2:1.4.200.2'
// https://jarcasting.com/artifacts/io.github.1tchy.shaded.com.h2database/h2/
implementation ("io.github.1tchy.shaded.com.h2database:h2:1.4.200.2")
'io.github.1tchy.shaded.com.h2database:h2:jar:1.4.200.2'
<dependency org="io.github.1tchy.shaded.com.h2database" name="h2" rev="1.4.200.2">
<artifact name="h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.1tchy.shaded.com.h2database', module='h2', version='1.4.200.2')
)
libraryDependencies += "io.github.1tchy.shaded.com.h2database" % "h2" % "1.4.200.2"
[io.github.1tchy.shaded.com.h2database/h2 "1.4.200.2"]