is not current version
Last Version 1.9.95

org.webpieces:h2db-plugin 1.9.57

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

h2db-plugin
Version

Version

1.9.57
Type

Type

jar

Download h2db-plugin 1.9.57


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