| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdcom.tinder.gitquery |
| ArtifactId | ArtifactIdcom.tinder.gitquery.gradle.plugin |
| Last Version | Last Version3.0.12 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGitQuery Gradle Plugin
A library for querying and syncing files in a remote git repo.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| com.tinder.gitquery.gradle.plugin-3.0.12.pom | |
| Browse |
<!-- 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.12</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.12'
// https://jarcasting.com/artifacts/com.tinder.gitquery/com.tinder.gitquery.gradle.plugin/
implementation ("com.tinder.gitquery:com.tinder.gitquery.gradle.plugin:3.0.12")
'com.tinder.gitquery:com.tinder.gitquery.gradle.plugin:pom:3.0.12'
<dependency org="com.tinder.gitquery" name="com.tinder.gitquery.gradle.plugin" rev="3.0.12">
<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.12')
)
libraryDependencies += "com.tinder.gitquery" % "com.tinder.gitquery.gradle.plugin" % "3.0.12"
[com.tinder.gitquery/com.tinder.gitquery.gradle.plugin "3.0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.tinder.gitquery : gradle-plugin | jar | 3.0.12 |