Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdh2db-plugin |
Version | Version1.9.88 |
Type | Typejar |
Filename | Size |
---|---|
h2db-plugin-1.9.88.pom | |
h2db-plugin-1.9.88.jar | 5 KB |
h2db-plugin-1.9.88-sources.jar | 3 KB |
h2db-plugin-1.9.88-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.88</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/h2db-plugin/
implementation 'org.webpieces:h2db-plugin:1.9.88'
// https://jarcasting.com/artifacts/org.webpieces/h2db-plugin/
implementation ("org.webpieces:h2db-plugin:1.9.88")
'org.webpieces:h2db-plugin:jar:1.9.88'
<dependency org="org.webpieces" name="h2db-plugin" rev="1.9.88">
<artifact name="h2db-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='h2db-plugin', version='1.9.88')
)
libraryDependencies += "org.webpieces" % "h2db-plugin" % "1.9.88"
[org.webpieces/h2db-plugin "1.9.88"]