License |
License |
---|---|
Categories |
CategoriesH2 Data Databases |
GroupId | GroupIdcom.afrunt.h2s |
ArtifactId | ArtifactIdh2-snapshots |
Version | Version0.4 |
Type | Typejar |
Description |
DescriptionH2-Snapshots
Open source making snapshots of H2 Database
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
h2-snapshots-0.4.pom | |
h2-snapshots-0.4.jar | 6 KB |
h2-snapshots-0.4-sources.jar | 5 KB |
h2-snapshots-0.4-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.afrunt.h2s/h2-snapshots/ -->
<dependency>
<groupId>com.afrunt.h2s</groupId>
<artifactId>h2-snapshots</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.afrunt.h2s/h2-snapshots/
implementation 'com.afrunt.h2s:h2-snapshots:0.4'
// https://jarcasting.com/artifacts/com.afrunt.h2s/h2-snapshots/
implementation ("com.afrunt.h2s:h2-snapshots:0.4")
'com.afrunt.h2s:h2-snapshots:jar:0.4'
<dependency org="com.afrunt.h2s" name="h2-snapshots" rev="0.4">
<artifact name="h2-snapshots" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.afrunt.h2s', module='h2-snapshots', version='0.4')
)
libraryDependencies += "com.afrunt.h2s" % "h2-snapshots" % "0.4"
[com.afrunt.h2s/h2-snapshots "0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | |
com.h2database : h2 Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.assertj : assertj-core | jar | |
com.zaxxer : HikariCP | jar | |
org.slf4j : slf4j-simple | jar | |
org.mockito : mockito-core | jar | |
org.mockito : mockito-junit-jupiter | jar | |
org.springframework : spring-jdbc | jar |