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