is not current version
Last Version 3.17

com.github.h-thurow:q2o 3.13

An object mapping library that translates SQL results into JPA annotated JavaBeans with limited support for resolving object relations on demand.

GroupId

GroupId

com.github.h-thurow
ArtifactId

ArtifactId

q2o
Version

Version

3.13
Type

Type

jar

Download q2o 3.13


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