Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdorg.wowtools |
ArtifactId | ArtifactIdh2 |
Version | Versionwt-1.0 |
Type | Typejar |
Filename | Size |
---|---|
h2-wt-1.0.pom | |
h2-wt-1.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wowtools/h2/ -->
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>h2</artifactId>
<version>wt-1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/h2/
implementation 'org.wowtools:h2:wt-1.0'
// https://jarcasting.com/artifacts/org.wowtools/h2/
implementation ("org.wowtools:h2:wt-1.0")
'org.wowtools:h2:jar:wt-1.0'
<dependency org="org.wowtools" name="h2" rev="wt-1.0">
<artifact name="h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='h2', version='wt-1.0')
)
libraryDependencies += "org.wowtools" % "h2" % "wt-1.0"
[org.wowtools/h2 "wt-1.0"]