is not current version
Last Version 2021.4

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

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

2018.2
Type

Type

jar

Download spoon-gradle-plugin 2018.2


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