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.3.9.jar download
objective-sql-1.3.9.pom download
objective-sql-1.3.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.braisdom</groupId>
  <artifactId>objective-sql</artifactId>
  <version>1.3.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.braisdom:objective-sql:1.3.9'
Gradle Kotlin
implementation("com.github.braisdom:objective-sql:1.3.9")
Scala SBT
libraryDependencies += "com.github.braisdom" % "objective-sql" % "1.3.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.braisdom', module='objective-sql', version='1.3.9')
)
Apache Ivy
<dependency org="com.github.braisdom" name="objective-sql" rev="1.3.9" />
Leiningen
[com.github.braisdom/objective-sql "1.3.9"]
Apache Buildr
'com.github.braisdom:objective-sql:jar:1.3.9'