MVN

com.github.dtreskunov : easyssl

Maven & Gradle

Jun 23, 2022
4 stars

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

<dependency>
    <groupId>com.github.dtreskunov</groupId>
    <artifactId>easyssl</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dtreskunov : easyssl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of com.github.dtreskunov : easyssl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
easyssl-2.2.3
easyssl-2.2.2
easyssl-2.2.1
easyssl-2.2.0
2.1.x
easyssl-2.1.3
easyssl-2.1.2
easyssl-2.1.1
easyssl-2.1.0
2.0.x
easyssl-2.0.1
easyssl-2.0.0
1.0.x
easyssl-1.0.4
easyssl-1.0.3
easyssl-1.0.2
easyssl-1.0.1
easyssl-1.0.0
0.6.x
easyssl-0.6.10
easyssl-0.6.9
easyssl-0.6.8
easyssl-0.6.7
easyssl-0.6.6
easyssl-0.6.5
easyssl-0.6.4
easyssl-0.6.3
easyssl-0.6.2
easyssl-0.6.1
easyssl-0.6.0
0.5.x
easyssl-0.5.1
easyssl-0.5.0
0.4.x
easyssl-0.4.0
0.3.x
easyssl-0.3.0
0.2.x
easyssl-0.2.0
0.1.x
easyssl-0.1.0

How to add a dependency to Maven

Add the following com.github.dtreskunov : easyssl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dtreskunov</groupId>
    <artifactId>easyssl</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dtreskunov : easyssl gradle dependency to your build.gradle file:

implementation 'com.github.dtreskunov:easyssl:2.2.3'

Gradle Kotlin DSL: Add the following com.github.dtreskunov : easyssl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dtreskunov:easyssl:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dtreskunov : easyssl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dtreskunov" % "easyssl" % "2.2.3"

Advertisement