MVN

tech.clarium.safez : spring-safez

Maven & Gradle

Mar 22, 2024

spring-safez · Introducing spring-safez, the paramount cybersecurity solution for Spring Boot applications. Engineered to work harmoniously from the earliest to the latest versions of Spring Boot, this library leverages the powerful safez-cryptx for AES-CBC symmetric encryption, ensuring automatic encryption and decryption of HTTP requests and responses. Crafted for Java developers seeking to fortify their applications against cyber threats, spring-safez seamlessly integrates into your Spring Boot ecosystem, providing a secure, encrypted communication channel without compromising on performance or flexibility. Embrace spring-safez for your Spring Boot projects and elevate your application's security to new heights, ensuring peace of mind in a world where data protection is paramount.

<dependency>
    <groupId>tech.clarium.safez</groupId>
    <artifactId>spring-safez</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.clarium.safez : spring-safez to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of tech.clarium.safez : spring-safez to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-safez-1.0.0

How to add a dependency to Maven

Add the following tech.clarium.safez : spring-safez maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.clarium.safez</groupId>
    <artifactId>spring-safez</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.clarium.safez : spring-safez gradle dependency to your build.gradle file:

implementation 'tech.clarium.safez:spring-safez:1.0.0'

Gradle Kotlin DSL: Add the following tech.clarium.safez : spring-safez gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.clarium.safez:spring-safez:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.clarium.safez : spring-safez sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.clarium.safez" % "spring-safez" % "1.0.0"