Categories |
CategoriesGradle Build Tools Spoon Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.stanfy.spoon |
ArtifactId | ArtifactIdspoon-gradle-plugin |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
spoon-gradle-plugin-0.9.2.pom | |
spoon-gradle-plugin-0.9.2.jar | 33 KB |
spoon-gradle-plugin-0.9.2-sources.jar | 3 KB |
spoon-gradle-plugin-0.9.2-javadoc.jar | 23 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.spoon/spoon-gradle-plugin/
implementation 'com.stanfy.spoon:spoon-gradle-plugin:0.9.2'
// https://jarcasting.com/artifacts/com.stanfy.spoon/spoon-gradle-plugin/
implementation ("com.stanfy.spoon:spoon-gradle-plugin:0.9.2")
'com.stanfy.spoon:spoon-gradle-plugin:jar:0.9.2'
<dependency org="com.stanfy.spoon" name="spoon-gradle-plugin" rev="0.9.2">
<artifact name="spoon-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.spoon', module='spoon-gradle-plugin', version='0.9.2')
)
libraryDependencies += "com.stanfy.spoon" % "spoon-gradle-plugin" % "0.9.2"
[com.stanfy.spoon/spoon-gradle-plugin "0.9.2"]