| License |
License |
|---|---|
| Categories |
CategoriesJava Languages H2 Data Databases |
| GroupId | GroupIdio.github.qsy7.java.dependencies |
| ArtifactId | ArtifactIdh2 |
| Version | Version0.1.0 |
| Type | Typepom |
| Description |
Descriptionh2
dependencies
|
| Filename | Size |
|---|---|
| h2-0.1.0.pom | 811 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.qsy7.java.dependencies/h2/ -->
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>h2</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.qsy7.java.dependencies/h2/
implementation 'io.github.qsy7.java.dependencies:h2:0.1.0'
// https://jarcasting.com/artifacts/io.github.qsy7.java.dependencies/h2/
implementation ("io.github.qsy7.java.dependencies:h2:0.1.0")
'io.github.qsy7.java.dependencies:h2:pom:0.1.0'
<dependency org="io.github.qsy7.java.dependencies" name="h2" rev="0.1.0">
<artifact name="h2" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.qsy7.java.dependencies', module='h2', version='0.1.0')
)
libraryDependencies += "io.github.qsy7.java.dependencies" % "h2" % "0.1.0"
[io.github.qsy7.java.dependencies/h2 "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.4.200 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit : junit-bom | pom | 5.5.1 |