| Categories |
CategoriesGradle Build Tools |
|---|---|
| GroupId | GroupIdtech.pylons.recipetool |
| ArtifactId | ArtifactIdtech.pylons.recipetool.gradle.plugin |
| Version | Version0.1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tech.pylons.recipetool.gradle.plugin-0.1.2.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.pylons.recipetool/tech.pylons.recipetool.gradle.plugin/ -->
<dependency>
<groupId>tech.pylons.recipetool</groupId>
<artifactId>tech.pylons.recipetool.gradle.plugin</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.pylons.recipetool/tech.pylons.recipetool.gradle.plugin/
implementation 'tech.pylons.recipetool:tech.pylons.recipetool.gradle.plugin:0.1.2'
// https://jarcasting.com/artifacts/tech.pylons.recipetool/tech.pylons.recipetool.gradle.plugin/
implementation ("tech.pylons.recipetool:tech.pylons.recipetool.gradle.plugin:0.1.2")
'tech.pylons.recipetool:tech.pylons.recipetool.gradle.plugin:pom:0.1.2'
<dependency org="tech.pylons.recipetool" name="tech.pylons.recipetool.gradle.plugin" rev="0.1.2">
<artifact name="tech.pylons.recipetool.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.pylons.recipetool', module='tech.pylons.recipetool.gradle.plugin', version='0.1.2')
)
libraryDependencies += "tech.pylons.recipetool" % "tech.pylons.recipetool.gradle.plugin" % "0.1.2"
[tech.pylons.recipetool/tech.pylons.recipetool.gradle.plugin "0.1.2"]