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