MVN

com.github.braisdom : objective-sql

Maven & Gradle

Dec 26, 2020
2 usages
1.2k stars

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

<dependency>
    <groupId>com.github.braisdom</groupId>
    <artifactId>objective-sql</artifactId>
    <version>1.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.braisdom : objective-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.6

All Versions

Choose a version of com.github.braisdom : objective-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
objective-sql-1.4.6
objective-sql-1.4.5
objective-sql-1.4.4
objective-sql-1.4.3
objective-sql-1.4.2
objective-sql-1.4.0
1.3.x
objective-sql-1.3.9
objective-sql-1.3.8
objective-sql-1.3.7
objective-sql-1.3.6
objective-sql-1.3.5
objective-sql-1.3.4
objective-sql-1.3.2
objective-sql-1.3.1
1.3
objective-sql-1.3
1.2
objective-sql-1.2
1.1
objective-sql-1.1
1.0
objective-sql-1.0

How to add a dependency to Maven

Add the following com.github.braisdom : objective-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.braisdom</groupId>
    <artifactId>objective-sql</artifactId>
    <version>1.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.braisdom : objective-sql gradle dependency to your build.gradle file:

implementation 'com.github.braisdom:objective-sql:1.4.6'

Gradle Kotlin DSL: Add the following com.github.braisdom : objective-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.braisdom:objective-sql:1.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.braisdom : objective-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.braisdom" % "objective-sql" % "1.4.6"

Advertisement