Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.iamsteveholmes |
ArtifactId | ArtifactIdscrooge-gradle-plugin |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
scrooge-gradle-plugin-0.3.pom | |
scrooge-gradle-plugin-0.3.jar | 11 KB |
scrooge-gradle-plugin-0.3-sources.jar | 1 KB |
scrooge-gradle-plugin-0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/
implementation 'com.github.iamsteveholmes:scrooge-gradle-plugin:0.3'
// https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/
implementation ("com.github.iamsteveholmes:scrooge-gradle-plugin:0.3")
'com.github.iamsteveholmes:scrooge-gradle-plugin:jar:0.3'
<dependency org="com.github.iamsteveholmes" name="scrooge-gradle-plugin" rev="0.3">
<artifact name="scrooge-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iamsteveholmes', module='scrooge-gradle-plugin', version='0.3')
)
libraryDependencies += "com.github.iamsteveholmes" % "scrooge-gradle-plugin" % "0.3"
[com.github.iamsteveholmes/scrooge-gradle-plugin "0.3"]