is not current version
Last Version 2021.4

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

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.3
Type

Type

jar

Download spoon-gradle-plugin 1.3


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