MVN

cn.futuai.open : gateway-api-encrypt-parent

Maven & Gradle

Jun 13, 2024
1 stars

cn.futuai.open:gateway-api-encrypt-parent · gateway-api-encrypt-starter is a starter built upon Spring Cloud Gateway that introduces API encryption and decryption capabilities. It enables the completion of API encryption and decryption functions based on configuration settings.

<dependency>
    <groupId>cn.futuai.open</groupId>
    <artifactId>gateway-api-encrypt-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.futuai.open : gateway-api-encrypt-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of cn.futuai.open : gateway-api-encrypt-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
gateway-api-encrypt-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.futuai.open</groupId>
    <artifactId>gateway-api-encrypt-parent</artifactId>
    <version>1.0.0</version>
</dependency>