o

operations-example

A demonstration of an HK2 Operation
Files download
File Operation
operations-example-4.0.0-M2.jar download
operations-example-4.0.0-M2.pom download
operations-example-4.0.0-M2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.hk2</groupId>
  <artifactId>operations-example</artifactId>
  <version>4.0.0-M2</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.hk2:operations-example:4.0.0-M2'
Gradle Kotlin
implementation("org.glassfish.hk2:operations-example:4.0.0-M2")
Scala SBT
libraryDependencies += "org.glassfish.hk2" % "operations-example" % "4.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.hk2', module='operations-example', version='4.0.0-M2')
)
Apache Ivy
<dependency org="org.glassfish.hk2" name="operations-example" rev="4.0.0-M2" />
Leiningen
[org.glassfish.hk2/operations-example "4.0.0-M2"]
Apache Buildr
'org.glassfish.hk2:operations-example:jar:4.0.0-M2'