is not current version
Last Version 0.9

org.jinq:orm 0.8

Jinq legacy ORM for generating entity classes from XML

Categories

Categories

Jinq Data Databases ORM
GroupId

GroupId

org.jinq
ArtifactId

ArtifactId

orm
Version

Version

0.8
Type

Type

jar

Download orm 0.8


<!-- https://jarcasting.com/artifacts/org.jinq/orm/ -->
<dependency>
    <groupId>org.jinq</groupId>
    <artifactId>orm</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jinq/orm/
implementation 'org.jinq:orm:0.8'
// https://jarcasting.com/artifacts/org.jinq/orm/
implementation ("org.jinq:orm:0.8")
'org.jinq:orm:jar:0.8'
<dependency org="org.jinq" name="orm" rev="0.8">
  <artifact name="orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jinq', module='orm', version='0.8')
)
libraryDependencies += "org.jinq" % "orm" % "0.8"
[org.jinq/orm "0.8"]