Files download
File Operation
spoon-maven-plugin-1.7.1.jar download
spoon-maven-plugin-1.7.1.pom download
spoon-maven-plugin-1.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.spoon</groupId>
  <artifactId>spoon-maven-plugin</artifactId>
  <version>1.7.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.spoon:spoon-maven-plugin:1.7.1'
Gradle Kotlin
implementation("com.squareup.spoon:spoon-maven-plugin:1.7.1")
Scala SBT
libraryDependencies += "com.squareup.spoon" % "spoon-maven-plugin" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.spoon', module='spoon-maven-plugin', version='1.7.1')
)
Apache Ivy
<dependency org="com.squareup.spoon" name="spoon-maven-plugin" rev="1.7.1" />
Leiningen
[com.squareup.spoon/spoon-maven-plugin "1.7.1"]
Apache Buildr
'com.squareup.spoon:spoon-maven-plugin:jar:1.7.1'