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