MVN

org.glassfish.hk2 : operations-example

Maven & Gradle

Mar 28, 2023
40 stars

Operations Example · A demonstration of an HK2 Operation

<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>operations-example</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.hk2 : operations-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4
  • Latest Release Candidate: 3.0.0-RC1

All Versions

Choose a version of org.glassfish.hk2 : operations-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
operations-example-3.0.4
operations-example-3.0.3
operations-example-3.0.2
operations-example-3.0.1
operations-example-3.0.0
operations-example-3.0.0-RC1
operations-example-3.0.0-M2
2.6.x
operations-example-2.6.1
operations-example-2.6.0
2.5.x
operations-example-2.5.0
operations-example-2.5.0-b63
operations-example-2.5.0-b62
operations-example-2.5.0-b61
operations-example-2.5.0-b60
operations-example-2.5.0-b59
operations-example-2.5.0-b58
operations-example-2.5.0-b57
operations-example-2.5.0-b56
operations-example-2.5.0-b55
operations-example-2.5.0-b54
operations-example-2.5.0-b53
operations-example-2.5.0-b52
operations-example-2.5.0-b50
operations-example-2.5.0-b49
operations-example-2.5.0-b48
operations-example-2.5.0-b47
operations-example-2.5.0-b46
operations-example-2.5.0-b45
operations-example-2.5.0-b44
operations-example-2.5.0-b43
operations-example-2.5.0-b42
operations-example-2.5.0-b41
operations-example-2.5.0-b40
operations-example-2.5.0-b38
operations-example-2.5.0-b37
operations-example-2.5.0-b36
operations-example-2.5.0-b35
operations-example-2.5.0-b34
operations-example-2.5.0-b33
operations-example-2.5.0-b32
operations-example-2.5.0-b31
operations-example-2.5.0-b30
operations-example-2.5.0-b29
operations-example-2.5.0-b28
operations-example-2.5.0-b27
operations-example-2.5.0-b26
operations-example-2.5.0-b25
operations-example-2.5.0-b24
operations-example-2.5.0-b23
operations-example-2.5.0-b22
operations-example-2.5.0-b21
operations-example-2.5.0-b19
operations-example-2.5.0-b18
operations-example-2.5.0-b17
operations-example-2.5.0-b16
operations-example-2.5.0-b15
operations-example-2.5.0-b14
operations-example-2.5.0-b13
operations-example-2.5.0-b12
operations-example-2.5.0-b11
operations-example-2.5.0-b10
operations-example-2.5.0-b09
operations-example-2.5.0-b08
operations-example-2.5.0-b07
operations-example-2.5.0-b06
operations-example-2.5.0-b05
operations-example-2.5.0-b04
operations-example-2.5.0-b03
operations-example-2.5.0-b02
operations-example-2.5.0-b01
2.4.x
operations-example-2.4.0
operations-example-2.4.0-b34
operations-example-2.4.0-b33
operations-example-2.4.0-b32

How to add a dependency to Maven

Add the following org.glassfish.hk2 : operations-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>operations-example</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.hk2 : operations-example gradle dependency to your build.gradle file:

implementation 'org.glassfish.hk2:operations-example:3.0.4'

Gradle Kotlin DSL: Add the following org.glassfish.hk2 : operations-example gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.hk2:operations-example:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.hk2 : operations-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.hk2" % "operations-example" % "3.0.4"

Advertisement