MVN

com.sun.enterprise : hk2-jsr330

Maven & Gradle

Jul 18, 2011

JSR-330 support in Hk2 · ${project.name}

<dependency>
    <groupId>com.sun.enterprise</groupId>
    <artifactId>hk2-jsr330</artifactId>
    <version>1.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.enterprise : hk2-jsr330 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.9

All Versions

Choose a version of com.sun.enterprise : hk2-jsr330 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
hk2-jsr330-1.6.9
hk2-jsr330-1.6.8
hk2-jsr330-1.6.7
hk2-jsr330-1.6.6
hk2-jsr330-1.6.5
hk2-jsr330-1.6.4
hk2-jsr330-1.6.3
hk2-jsr330-1.6.2
hk2-jsr330-1.6.1

How to add a dependency to Maven

Add the following com.sun.enterprise : hk2-jsr330 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.enterprise</groupId>
    <artifactId>hk2-jsr330</artifactId>
    <version>1.6.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.enterprise : hk2-jsr330 gradle dependency to your build.gradle file:

implementation 'com.sun.enterprise:hk2-jsr330:1.6.9'

Gradle Kotlin DSL: Add the following com.sun.enterprise : hk2-jsr330 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.enterprise:hk2-jsr330:1.6.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.enterprise : hk2-jsr330 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.enterprise" % "hk2-jsr330" % "1.6.9"