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