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