is not current version
Last Version 3.0.12

com.tinder.gitquery:com.tinder.gitquery.gradle.plugin 3.0.10

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

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.tinder.gitquery
ArtifactId

ArtifactId

com.tinder.gitquery.gradle.plugin
Version

Version

3.0.10
Type

Type

pom

Download com.tinder.gitquery.gradle.plugin 3.0.10


<!-- https://jarcasting.com/artifacts/com.tinder.gitquery/com.tinder.gitquery.gradle.plugin/ -->
<dependency>
    <groupId>com.tinder.gitquery</groupId>
    <artifactId>com.tinder.gitquery.gradle.plugin</artifactId>
    <version>3.0.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tinder.gitquery/com.tinder.gitquery.gradle.plugin/
implementation 'com.tinder.gitquery:com.tinder.gitquery.gradle.plugin:3.0.10'
// https://jarcasting.com/artifacts/com.tinder.gitquery/com.tinder.gitquery.gradle.plugin/
implementation ("com.tinder.gitquery:com.tinder.gitquery.gradle.plugin:3.0.10")
'com.tinder.gitquery:com.tinder.gitquery.gradle.plugin:pom:3.0.10'
<dependency org="com.tinder.gitquery" name="com.tinder.gitquery.gradle.plugin" rev="3.0.10">
  <artifact name="com.tinder.gitquery.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tinder.gitquery', module='com.tinder.gitquery.gradle.plugin', version='3.0.10')
)
libraryDependencies += "com.tinder.gitquery" % "com.tinder.gitquery.gradle.plugin" % "3.0.10"
[com.tinder.gitquery/com.tinder.gitquery.gradle.plugin "3.0.10"]