| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases |
| GroupId | GroupIdorg.b3log |
| ArtifactId | ArtifactIdlatke-repository-h2 |
| Last Version | Last Version3.4.26 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLatke Repository (H2)
Latke Repository on H2.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.b3log/latke-repository-h2/ -->
<dependency>
<groupId>org.b3log</groupId>
<artifactId>latke-repository-h2</artifactId>
<version>3.4.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.b3log/latke-repository-h2/
implementation 'org.b3log:latke-repository-h2:3.4.26'
// https://jarcasting.com/artifacts/org.b3log/latke-repository-h2/
implementation ("org.b3log:latke-repository-h2:3.4.26")
'org.b3log:latke-repository-h2:jar:3.4.26'
<dependency org="org.b3log" name="latke-repository-h2" rev="3.4.26">
<artifact name="latke-repository-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.b3log', module='latke-repository-h2', version='3.4.26')
)
libraryDependencies += "org.b3log" % "latke-repository-h2" % "3.4.26"
[org.b3log/latke-repository-h2 "3.4.26"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.b3log : latke-core | jar | 3.4.26 |
| com.h2database : h2 | jar | 2.1.210 |