License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.nimworks |
ArtifactId | ArtifactIdnw.orm-h3 |
Version | Version3.1.4 |
Type | Typejar |
Description |
Descriptionnw.orm
Orm wrapper for hibernate supports h3+ to 3.6.10
|
Project Organization |
Project OrganizationNeemworks Nigeria |
Filename | Size |
---|---|
nw.orm-h3-3.1.4.pom | |
nw.orm-h3-3.1.4.jar | 55 KB |
nw.orm-h3-3.1.4-sources.jar | 53 KB |
nw.orm-h3-3.1.4-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nimworks/nw.orm-h3/ -->
<dependency>
<groupId>com.nimworks</groupId>
<artifactId>nw.orm-h3</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nimworks/nw.orm-h3/
implementation 'com.nimworks:nw.orm-h3:3.1.4'
// https://jarcasting.com/artifacts/com.nimworks/nw.orm-h3/
implementation ("com.nimworks:nw.orm-h3:3.1.4")
'com.nimworks:nw.orm-h3:jar:3.1.4'
<dependency org="com.nimworks" name="nw.orm-h3" rev="3.1.4">
<artifact name="nw.orm-h3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nimworks', module='nw.orm-h3', version='3.1.4')
)
libraryDependencies += "com.nimworks" % "nw.orm-h3" % "3.1.4"
[com.nimworks/nw.orm-h3 "3.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.nimworks : nw.commons | jar | 1.2.1-Final |
org.hibernate : hibernate-core | jar | 3.6.10.Final |
org.hibernate : hibernate-entitymanager | jar | 3.6.10.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.postgresql : postgresql | jar | 9.4-1201-jdbc4 |
org.slf4j : slf4j-simple | jar | 1.7.12 |