License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdhibernate-plugin |
Version | Version1.9.95 |
Type | Typejar |
Description |
Descriptionhibernate-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 |
---|---|
hibernate-plugin-1.9.95.pom | |
hibernate-plugin-1.9.95.jar | 10 KB |
hibernate-plugin-1.9.95-sources.jar | 6 KB |
hibernate-plugin-1.9.95-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/hibernate-plugin/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>hibernate-plugin</artifactId>
<version>1.9.95</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/hibernate-plugin/
implementation 'org.webpieces:hibernate-plugin:1.9.95'
// https://jarcasting.com/artifacts/org.webpieces/hibernate-plugin/
implementation ("org.webpieces:hibernate-plugin:1.9.95")
'org.webpieces:hibernate-plugin:jar:1.9.95'
<dependency org="org.webpieces" name="hibernate-plugin" rev="1.9.95">
<artifact name="hibernate-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='hibernate-plugin', version='1.9.95')
)
libraryDependencies += "org.webpieces" % "hibernate-plugin" % "1.9.95"
[org.webpieces/hibernate-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 |
org.hibernate : hibernate-core | jar | 5.2.3.Final |
com.googlecode.log4jdbc : log4jdbc | jar | 1.2 |
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 |