s

sslcontext-kickstart

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