MVN

org.objectquery : objectquery

Maven & Gradle

Oct 12, 2014
7 usages
4 stars

objectquery

<dependency>
    <groupId>org.objectquery</groupId>
    <artifactId>objectquery</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectquery : objectquery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0
  • Latest Beta: 1.0.0-BETA3

All Versions

Choose a version of org.objectquery : objectquery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
objectquery-2.5.0
2.0.x
objectquery-2.0.0
1.5.x
objectquery-1.5.0
1.0.x
objectquery-1.0.1
objectquery-1.0.0
objectquery-1.0.0-BETA3
objectquery-1.0.0-BETA2
objectquery-1.0.0-BETA1

How to add a dependency to Maven

Add the following org.objectquery : objectquery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectquery</groupId>
    <artifactId>objectquery</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectquery : objectquery gradle dependency to your build.gradle file:

implementation 'org.objectquery:objectquery:2.5.0'

Gradle Kotlin DSL: Add the following org.objectquery : objectquery gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectquery:objectquery:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectquery : objectquery sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectquery" % "objectquery" % "2.5.0"

Advertisement