is not current version
Last Version 2021.4

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

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

Type

jar

Download spoon-gradle-plugin 2018.1


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