Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.iamsteveholmes |
ArtifactId | ArtifactIdscrooge-gradle-plugin |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
scrooge-gradle-plugin-0.2.pom | |
scrooge-gradle-plugin-0.2.jar | 9 KB |
scrooge-gradle-plugin-0.2-sources.jar | 1 KB |
scrooge-gradle-plugin-0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/ -->
<dependency>
<groupId>com.github.iamsteveholmes</groupId>
<artifactId>scrooge-gradle-plugin</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/
implementation 'com.github.iamsteveholmes:scrooge-gradle-plugin:0.2'
// https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/
implementation ("com.github.iamsteveholmes:scrooge-gradle-plugin:0.2")
'com.github.iamsteveholmes:scrooge-gradle-plugin:jar:0.2'
<dependency org="com.github.iamsteveholmes" name="scrooge-gradle-plugin" rev="0.2">
<artifact name="scrooge-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iamsteveholmes', module='scrooge-gradle-plugin', version='0.2')
)
libraryDependencies += "com.github.iamsteveholmes" % "scrooge-gradle-plugin" % "0.2"
[com.github.iamsteveholmes/scrooge-gradle-plugin "0.2"]