MVN

io.netty.incubator : netty-incubator-codec-ohttp-hpke-bouncycastle

Maven & Gradle

Jan 12, 2024

Netty/Incubator/Codec/OHTTP/HPKE/BouncyCastle

<dependency>
    <groupId>io.netty.incubator</groupId>
    <artifactId>netty-incubator-codec-ohttp-hpke-bouncycastle</artifactId>
    <version>0.0.4.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.netty.incubator : netty-incubator-codec-ohttp-hpke-bouncycastle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4.Final

All Versions

Choose a version of io.netty.incubator : netty-incubator-codec-ohttp-hpke-bouncycastle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
netty-incubator-codec-ohttp-hpke-bouncycastle-0.0.4.Final
netty-incubator-codec-ohttp-hpke-bouncycastle-0.0.3.Final

How to add a dependency to Maven

Add the following io.netty.incubator : netty-incubator-codec-ohttp-hpke-bouncycastle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.netty.incubator</groupId>
    <artifactId>netty-incubator-codec-ohttp-hpke-bouncycastle</artifactId>
    <version>0.0.4.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.netty.incubator : netty-incubator-codec-ohttp-hpke-bouncycastle gradle dependency to your build.gradle file:

implementation 'io.netty.incubator:netty-incubator-codec-ohttp-hpke-bouncycastle:0.0.4.Final'

Gradle Kotlin DSL: Add the following io.netty.incubator : netty-incubator-codec-ohttp-hpke-bouncycastle gradle kotlin dependency to your build.gradle.kts file:

implementation("io.netty.incubator:netty-incubator-codec-ohttp-hpke-bouncycastle:0.0.4.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.netty.incubator : netty-incubator-codec-ohttp-hpke-bouncycastle sbt scala dependency to your build.sbt file:

libraryDependencies += "io.netty.incubator" % "netty-incubator-codec-ohttp-hpke-bouncycastle" % "0.0.4.Final"