is not current version
Last Version 2021.4

com.github.mictaege:spoon-gradle-plugin 1.6

The spoon-gradle-plugin is a gradle plugin for the Java analysis and transformation framework Spoon.

Categories

Categories

Gradle Build Tools Spoon Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.mictaege
ArtifactId

ArtifactId

spoon-gradle-plugin
Version

Version

1.6
Type

Type

jar

Download spoon-gradle-plugin 1.6


<!-- https://jarcasting.com/artifacts/com.github.mictaege/spoon-gradle-plugin/ -->
<dependency>
    <groupId>com.github.mictaege</groupId>
    <artifactId>spoon-gradle-plugin</artifactId>
    <version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mictaege/spoon-gradle-plugin/
implementation 'com.github.mictaege:spoon-gradle-plugin:1.6'
// https://jarcasting.com/artifacts/com.github.mictaege/spoon-gradle-plugin/
implementation ("com.github.mictaege:spoon-gradle-plugin:1.6")
'com.github.mictaege:spoon-gradle-plugin:jar:1.6'
<dependency org="com.github.mictaege" name="spoon-gradle-plugin" rev="1.6">
  <artifact name="spoon-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mictaege', module='spoon-gradle-plugin', version='1.6')
)
libraryDependencies += "com.github.mictaege" % "spoon-gradle-plugin" % "1.6"
[com.github.mictaege/spoon-gradle-plugin "1.6"]