s

system-stubs-interceptor

The jar used for byte buddy stubbing
Files download
File Operation
system-stubs-interceptor-2.1.6.jar download
system-stubs-interceptor-2.1.6.pom download
system-stubs-interceptor-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.org.webcompere</groupId>
  <artifactId>system-stubs-interceptor</artifactId>
  <version>2.1.6</version>
</dependency>
Gradle Groovy
implementation 'uk.org.webcompere:system-stubs-interceptor:2.1.6'
Gradle Kotlin
implementation("uk.org.webcompere:system-stubs-interceptor:2.1.6")
Scala SBT
libraryDependencies += "uk.org.webcompere" % "system-stubs-interceptor" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='uk.org.webcompere', module='system-stubs-interceptor', version='2.1.6')
)
Apache Ivy
<dependency org="uk.org.webcompere" name="system-stubs-interceptor" rev="2.1.6" />
Leiningen
[uk.org.webcompere/system-stubs-interceptor "2.1.6"]
Apache Buildr
'uk.org.webcompere:system-stubs-interceptor:jar:2.1.6'