h

hk2-mockito

A utility for spying on HK2 services using Mockito
Files download
File Operation
hk2-mockito-3.0.0-M2.jar download
hk2-mockito-3.0.0-M2.pom download
hk2-mockito-3.0.0-M2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.hk2</groupId>
  <artifactId>hk2-mockito</artifactId>
  <version>3.0.0-M2</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.hk2:hk2-mockito:3.0.0-M2'
Gradle Kotlin
implementation("org.glassfish.hk2:hk2-mockito:3.0.0-M2")
Scala SBT
libraryDependencies += "org.glassfish.hk2" % "hk2-mockito" % "3.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.hk2', module='hk2-mockito', version='3.0.0-M2')
)
Apache Ivy
<dependency org="org.glassfish.hk2" name="hk2-mockito" rev="3.0.0-M2" />
Leiningen
[org.glassfish.hk2/hk2-mockito "3.0.0-M2"]
Apache Buildr
'org.glassfish.hk2:hk2-mockito:jar:3.0.0-M2'