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.0.4.pom download
Apache Maven
<dependency>
  <groupId>net.luminis.networking</groupId>
  <artifactId>agent15</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.luminis.networking:agent15:1.0.4'
Gradle Kotlin
implementation("net.luminis.networking:agent15:1.0.4")
Scala SBT
libraryDependencies += "net.luminis.networking" % "agent15" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='net.luminis.networking', module='agent15', version='1.0.4')
)
Apache Ivy
<dependency org="net.luminis.networking" name="agent15" rev="1.0.4" />
Leiningen
[net.luminis.networking/agent15 "1.0.4"]
Apache Buildr
'net.luminis.networking:agent15:jar:1.0.4'
Dependencies
The project has no third-party dependencies