Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.feelschaotic |
ArtifactId | ArtifactIdRobust.gradle-plugin |
Version | Version0.4.87.4-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.feelschaotic/Robust.gradle-plugin/ -->
<dependency>
<groupId>com.github.feelschaotic</groupId>
<artifactId>Robust.gradle-plugin</artifactId>
<version>0.4.87.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.feelschaotic/Robust.gradle-plugin/
implementation 'com.github.feelschaotic:Robust.gradle-plugin:0.4.87.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.feelschaotic/Robust.gradle-plugin/
implementation ("com.github.feelschaotic:Robust.gradle-plugin:0.4.87.4-RELEASE")
'com.github.feelschaotic:Robust.gradle-plugin:jar:0.4.87.4-RELEASE'
<dependency org="com.github.feelschaotic" name="Robust.gradle-plugin" rev="0.4.87.4-RELEASE">
<artifact name="Robust.gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.feelschaotic', module='Robust.gradle-plugin', version='0.4.87.4-RELEASE')
)
libraryDependencies += "com.github.feelschaotic" % "Robust.gradle-plugin" % "0.4.87.4-RELEASE"
[com.github.feelschaotic/Robust.gradle-plugin "0.4.87.4-RELEASE"]