MVN

com.github.shipengyan : spy-framework

Maven & Gradle

Oct 19, 2018
0 stars

spy framework · Spy Framework for Java Common Library

<dependency>
    <groupId>com.github.shipengyan</groupId>
    <artifactId>spy-framework</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shipengyan : spy-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of com.github.shipengyan : spy-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
spy-framework-1.6.0
1.5.x
spy-framework-1.5.0
1.4.x
spy-framework-1.4.0
1.3.x
spy-framework-1.3.0
1.2.x
spy-framework-1.2.0
1.1.x
spy-framework-1.1.0
1.0.x
spy-framework-1.0.0
0.0.x
spy-framework-0.0.9
spy-framework-0.0.8
spy-framework-0.0.7
spy-framework-0.0.6
spy-framework-0.0.5
spy-framework-0.0.4
spy-framework-0.0.3
spy-framework-0.0.2
spy-framework-0.0.1

How to add a dependency to Maven

Add the following com.github.shipengyan : spy-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.shipengyan</groupId>
    <artifactId>spy-framework</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shipengyan : spy-framework gradle dependency to your build.gradle file:

implementation 'com.github.shipengyan:spy-framework:1.6.0'

Gradle Kotlin DSL: Add the following com.github.shipengyan : spy-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shipengyan:spy-framework:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shipengyan : spy-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shipengyan" % "spy-framework" % "1.6.0"

Advertisement