Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdplugin-h2db |
Version | Version1.9.96 |
Type | Typejar |
Filename | Size |
---|---|
plugin-h2db-1.9.96.pom | |
plugin-h2db-1.9.96.jar | 5 KB |
plugin-h2db-1.9.96-sources.jar | 3 KB |
plugin-h2db-1.9.96-javadoc.jar | 353 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>plugin-h2db</artifactId>
<version>1.9.96</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/
implementation 'org.webpieces:plugin-h2db:1.9.96'
// https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/
implementation ("org.webpieces:plugin-h2db:1.9.96")
'org.webpieces:plugin-h2db:jar:1.9.96'
<dependency org="org.webpieces" name="plugin-h2db" rev="1.9.96">
<artifact name="plugin-h2db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-h2db', version='1.9.96')
)
libraryDependencies += "org.webpieces" % "plugin-h2db" % "1.9.96"
[org.webpieces/plugin-h2db "1.9.96"]