h

hk2-mockito

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