o

objective-sql

It makes domain models have the capabilities of commonly query and persistence, and solve complex query with programmable logic design at the same time
http://www.objsql.com
com.github.braisdom
Braisdom Wang
Files download
File Operation
objective-sql-1.4.4.jar download
objective-sql-1.4.4.pom download
objective-sql-1.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.braisdom</groupId>
  <artifactId>objective-sql</artifactId>
  <version>1.4.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.braisdom:objective-sql:1.4.4'
Gradle Kotlin
implementation("com.github.braisdom:objective-sql:1.4.4")
Scala SBT
libraryDependencies += "com.github.braisdom" % "objective-sql" % "1.4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.braisdom', module='objective-sql', version='1.4.4')
)
Apache Ivy
<dependency org="com.github.braisdom" name="objective-sql" rev="1.4.4" />
Leiningen
[com.github.braisdom/objective-sql "1.4.4"]
Apache Buildr
'com.github.braisdom:objective-sql:jar:1.4.4'