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
Files download
File Operation
agent15-1.1.jar download
agent15-1.1.pom download
agent15-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.kwik</groupId>
  <artifactId>agent15</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'tech.kwik:agent15:1.1'
Gradle Kotlin
implementation("tech.kwik:agent15:1.1")
Scala SBT
libraryDependencies += "tech.kwik" % "agent15" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='tech.kwik', module='agent15', version='1.1')
)
Apache Ivy
<dependency org="tech.kwik" name="agent15" rev="1.1" />
Leiningen
[tech.kwik/agent15 "1.1"]
Apache Buildr
'tech.kwik:agent15:jar:1.1'
Dependencies