License |
License |
---|---|
Categories |
CategoriesH2 Data Databases |
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdh2db-plugin |
Version | Version1.9.95 |
Type | Typejar |
Description |
Descriptionh2db-plugin
Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
h2db-plugin-1.9.95.pom | |
h2db-plugin-1.9.95.jar | 5 KB |
h2db-plugin-1.9.95-sources.jar | 3 KB |
h2db-plugin-1.9.95-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.95</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/h2db-plugin/
implementation 'org.webpieces:h2db-plugin:1.9.95'
// https://jarcasting.com/artifacts/org.webpieces/h2db-plugin/
implementation ("org.webpieces:h2db-plugin:1.9.95")
'org.webpieces:h2db-plugin:jar:1.9.95'
<dependency org="org.webpieces" name="h2db-plugin" rev="1.9.95">
<artifact name="h2db-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='h2db-plugin', version='1.9.95')
)
libraryDependencies += "org.webpieces" % "h2db-plugin" % "1.9.95"
[org.webpieces/h2db-plugin "1.9.95"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
org.slf4j : slf4j-api | jar | 1.7.21 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
joda-time : joda-time | jar | 2.9.4 |
com.h2database : h2 | jar | 1.4.192 |
org.webpieces : http-router | jar | 1.9.95 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.codehaus.groovy : groovy-all | jar | 2.4.6 |