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