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