a

agent15

A (partial) TLS 1.3 implementation in Java, suitable and intended for use in a QUIC implementation.
https://github.com/ptrd/agent15
GNU Lesser General Public License v3
Peter Doornbosch
文件下载
文件名 操作
agent15-1.0.4.jar 下载
agent15-1.0.4.pom 下载
agent15-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>tech.kwik</groupId>
  <artifactId>agent15</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'tech.kwik:agent15:1.0.4'
Gradle Kotlin
implementation("tech.kwik:agent15:1.0.4")
Scala SBT
libraryDependencies += "tech.kwik" % "agent15" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='tech.kwik', module='agent15', version='1.0.4')
)
Apache Ivy
<dependency org="tech.kwik" name="agent15" rev="1.0.4" />
Leiningen
[tech.kwik/agent15 "1.0.4"]
Apache Buildr
'tech.kwik:agent15:jar:1.0.4'
本项目依赖