не последняя версия
Последняя версия 3.17

com.github.h-thurow:q2o 3.15

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

Группа

Группа

com.github.h-thurow
Идентификатор

Идентификатор

q2o
Версия

Версия

3.15
Тип

Тип

jar

Скачать q2o 3.15


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