s

sslcontext-kickstart-for-jetty

High level library to configure a SSLContext and other properties to enable SSL/TLS connection
https://github.com/Hakky54/sslcontext-kickstart
Apache License, Version 2.0
Hakan Altindag
Files download
File Operation
sslcontext-kickstart-for-jetty-8.3.0.jar download
sslcontext-kickstart-for-jetty-8.3.0.pom download
sslcontext-kickstart-for-jetty-8.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.hakky54</groupId>
  <artifactId>sslcontext-kickstart-for-jetty</artifactId>
  <version>8.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.hakky54:sslcontext-kickstart-for-jetty:8.3.0'
Gradle Kotlin
implementation("io.github.hakky54:sslcontext-kickstart-for-jetty:8.3.0")
Scala SBT
libraryDependencies += "io.github.hakky54" % "sslcontext-kickstart-for-jetty" % "8.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hakky54', module='sslcontext-kickstart-for-jetty', version='8.3.0')
)
Apache Ivy
<dependency org="io.github.hakky54" name="sslcontext-kickstart-for-jetty" rev="8.3.0" />
Leiningen
[io.github.hakky54/sslcontext-kickstart-for-jetty "8.3.0"]
Apache Buildr
'io.github.hakky54:sslcontext-kickstart-for-jetty:jar:8.3.0'