is not current version
Last Version 2.2.3

com.github.dtreskunov:easyssl 0.6.8

EasySSL is a small library to help create Spring Boot microservices that talk to each other over HTTPS with mutual authentication

GroupId

GroupId

com.github.dtreskunov
ArtifactId

ArtifactId

easyssl
Version

Version

0.6.8
Type

Type

jar

Download easyssl 0.6.8


<!-- https://jarcasting.com/artifacts/com.github.dtreskunov/easyssl/ -->
<dependency>
    <groupId>com.github.dtreskunov</groupId>
    <artifactId>easyssl</artifactId>
    <version>0.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dtreskunov/easyssl/
implementation 'com.github.dtreskunov:easyssl:0.6.8'
// https://jarcasting.com/artifacts/com.github.dtreskunov/easyssl/
implementation ("com.github.dtreskunov:easyssl:0.6.8")
'com.github.dtreskunov:easyssl:jar:0.6.8'
<dependency org="com.github.dtreskunov" name="easyssl" rev="0.6.8">
  <artifact name="easyssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dtreskunov', module='easyssl', version='0.6.8')
)
libraryDependencies += "com.github.dtreskunov" % "easyssl" % "0.6.8"
[com.github.dtreskunov/easyssl "0.6.8"]