is not current version
Last Version 2.1.1

org.webpieces:plugin-h2db 1.9.127

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

Categories

Categories

H2 Data Databases
GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

plugin-h2db
Version

Version

1.9.127
Type

Type

jar

Download plugin-h2db 1.9.127


<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>plugin-h2db</artifactId>
    <version>1.9.127</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/
implementation 'org.webpieces:plugin-h2db:1.9.127'
// https://jarcasting.com/artifacts/org.webpieces/plugin-h2db/
implementation ("org.webpieces:plugin-h2db:1.9.127")
'org.webpieces:plugin-h2db:jar:1.9.127'
<dependency org="org.webpieces" name="plugin-h2db" rev="1.9.127">
  <artifact name="plugin-h2db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-h2db', version='1.9.127')
)
libraryDependencies += "org.webpieces" % "plugin-h2db" % "1.9.127"
[org.webpieces/plugin-h2db "1.9.127"]