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