MVN

com.tinder.gitquery : cli

Maven & Gradle

Nov 13, 2021
29 stars

GitQuery CLI · A library for querying and syncing files in a remote git repo.

<dependency>
    <groupId>com.tinder.gitquery</groupId>
    <artifactId>cli</artifactId>
    <version>3.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tinder.gitquery : cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.12

All Versions

Choose a version of com.tinder.gitquery : cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
cli-3.0.12
cli-3.0.11
cli-3.0.10
cli-3.0.9
cli-3.0.8
cli-3.0.7
cli-3.0.6
cli-3.0.5
cli-3.0.4
cli-3.0.3
cli-3.0.2
cli-3.0.1
cli-3.0.0
2.0.x
cli-2.0.1
cli-2.0.0
1.1.x
cli-1.1.1

How to add a dependency to Maven

Add the following com.tinder.gitquery : cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tinder.gitquery</groupId>
    <artifactId>cli</artifactId>
    <version>3.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tinder.gitquery : cli gradle dependency to your build.gradle file:

implementation 'com.tinder.gitquery:cli:3.0.12'

Gradle Kotlin DSL: Add the following com.tinder.gitquery : cli gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tinder.gitquery:cli:3.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tinder.gitquery : cli sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tinder.gitquery" % "cli" % "3.0.12"

Advertisement