Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.nuodb.hibernate |
ArtifactId | ArtifactIdnuodb-hibernate |
Version | Version3.3.0-SNAPSHOT-24d1311a |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nuodb.hibernate/nuodb-hibernate/ -->
<dependency>
<groupId>com.nuodb.hibernate</groupId>
<artifactId>nuodb-hibernate</artifactId>
<version>3.3.0-SNAPSHOT-24d1311a</version>
</dependency>
// https://jarcasting.com/artifacts/com.nuodb.hibernate/nuodb-hibernate/
implementation 'com.nuodb.hibernate:nuodb-hibernate:3.3.0-SNAPSHOT-24d1311a'
// https://jarcasting.com/artifacts/com.nuodb.hibernate/nuodb-hibernate/
implementation ("com.nuodb.hibernate:nuodb-hibernate:3.3.0-SNAPSHOT-24d1311a")
'com.nuodb.hibernate:nuodb-hibernate:jar:3.3.0-SNAPSHOT-24d1311a'
<dependency org="com.nuodb.hibernate" name="nuodb-hibernate" rev="3.3.0-SNAPSHOT-24d1311a">
<artifact name="nuodb-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nuodb.hibernate', module='nuodb-hibernate', version='3.3.0-SNAPSHOT-24d1311a')
)
libraryDependencies += "com.nuodb.hibernate" % "nuodb-hibernate" % "3.3.0-SNAPSHOT-24d1311a"
[com.nuodb.hibernate/nuodb-hibernate "3.3.0-SNAPSHOT-24d1311a"]