Categories |
CategoriesGradle Build Tools Spoon Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.stanfy.spoon |
ArtifactId | ArtifactIdspoon-gradle-plugin |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
spoon-gradle-plugin-0.9.6.pom | |
spoon-gradle-plugin-0.9.6.jar | 50 KB |
spoon-gradle-plugin-0.9.6-sources.jar | 4 KB |
spoon-gradle-plugin-0.9.6-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stanfy.spoon/spoon-gradle-plugin/ -->
<dependency>
<groupId>com.stanfy.spoon</groupId>
<artifactId>spoon-gradle-plugin</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.spoon/spoon-gradle-plugin/
implementation 'com.stanfy.spoon:spoon-gradle-plugin:0.9.6'
// https://jarcasting.com/artifacts/com.stanfy.spoon/spoon-gradle-plugin/
implementation ("com.stanfy.spoon:spoon-gradle-plugin:0.9.6")
'com.stanfy.spoon:spoon-gradle-plugin:jar:0.9.6'
<dependency org="com.stanfy.spoon" name="spoon-gradle-plugin" rev="0.9.6">
<artifact name="spoon-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.spoon', module='spoon-gradle-plugin', version='0.9.6')
)
libraryDependencies += "com.stanfy.spoon" % "spoon-gradle-plugin" % "0.9.6"
[com.stanfy.spoon/spoon-gradle-plugin "0.9.6"]