MVN

cn.herodotus.engine : assistant-sdk-secure

Maven & Gradle

Apr 05, 2022
1 usages

基于 Spring Authorization Server 的 Eurynome Cloud Xss 和 SQL 注入等安全组件

<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>assistant-sdk-secure</artifactId>
    <version>2.7.0.Beta4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.herodotus.engine : assistant-sdk-secure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0.Beta4
  • Latest Beta: 2.7.0.Beta4

All Versions

Choose a version of cn.herodotus.engine : assistant-sdk-secure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
assistant-sdk-secure-2.7.0.Beta4
assistant-sdk-secure-2.7.0.Beta3
assistant-sdk-secure-2.7.0.Beta2
assistant-sdk-secure-2.7.0.Beta1

How to add a dependency to Maven

Add the following cn.herodotus.engine : assistant-sdk-secure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>assistant-sdk-secure</artifactId>
    <version>2.7.0.Beta4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.herodotus.engine : assistant-sdk-secure gradle dependency to your build.gradle file:

implementation 'cn.herodotus.engine:assistant-sdk-secure:2.7.0.Beta4'

Gradle Kotlin DSL: Add the following cn.herodotus.engine : assistant-sdk-secure gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.herodotus.engine:assistant-sdk-secure:2.7.0.Beta4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.herodotus.engine : assistant-sdk-secure sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.herodotus.engine" % "assistant-sdk-secure" % "2.7.0.Beta4"

Advertisement