MVN

org.glassfish.hk2 : hk2-pbuf

Maven & Gradle

Mar 28, 2023
1 usages
40 stars

HK2 ProtoBuffer beans · ${project.name}

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

Latest Version

Choose a version of org.glassfish.hk2 : hk2-pbuf 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 : hk2-pbuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
hk2-pbuf-3.0.4
hk2-pbuf-3.0.3
hk2-pbuf-3.0.2
hk2-pbuf-3.0.1
hk2-pbuf-3.0.0
hk2-pbuf-3.0.0-RC1
hk2-pbuf-3.0.0-M2
2.6.x
hk2-pbuf-2.6.1
hk2-pbuf-2.6.0
2.5.x
hk2-pbuf-2.5.0
hk2-pbuf-2.5.0-b63
hk2-pbuf-2.5.0-b62
hk2-pbuf-2.5.0-b61
hk2-pbuf-2.5.0-b60
hk2-pbuf-2.5.0-b59
hk2-pbuf-2.5.0-b58
hk2-pbuf-2.5.0-b57
hk2-pbuf-2.5.0-b56
hk2-pbuf-2.5.0-b55
hk2-pbuf-2.5.0-b54
hk2-pbuf-2.5.0-b52
hk2-pbuf-2.5.0-b50
hk2-pbuf-2.5.0-b48
hk2-pbuf-2.5.0-b47
hk2-pbuf-2.5.0-b46
hk2-pbuf-2.5.0-b45

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.glassfish.hk2:hk2-pbuf:3.0.4'

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

implementation("org.glassfish.hk2:hk2-pbuf:3.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.hk2" % "hk2-pbuf" % "3.0.4"

Advertisement