is not current version
Last Version 1.4.6

com.github.braisdom:objective-sql 1.1

It makes domain models have the capabilities of commonly query and persistence, and solve complex query with programmable logic design at the same time

GroupId

GroupId

com.github.braisdom
ArtifactId

ArtifactId

objective-sql
Version

Version

1.1
Type

Type

jar

Download objective-sql 1.1


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