MVN

org.apache.shenyu : shenyu-admin

Maven & Gradle

Aug 07, 2023
1 usages
7.9k stars
<dependency>
    <groupId>org.apache.shenyu</groupId>
    <artifactId>shenyu-admin</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.shenyu : shenyu-admin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of org.apache.shenyu : shenyu-admin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
shenyu-admin-2.6.0
2.5.x
shenyu-admin-2.5.1
shenyu-admin-2.5.0
CVE-2022-42735
2.4.x
shenyu-admin-2.4.3
2 vulnerabilities
shenyu-admin-2.4.2
3 vulnerabilities
shenyu-admin-2.4.1
2 vulnerabilities
shenyu-admin-2.4.0
2 vulnerabilities

How to add a dependency to Maven

Add the following org.apache.shenyu : shenyu-admin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.shenyu</groupId>
    <artifactId>shenyu-admin</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.shenyu : shenyu-admin gradle dependency to your build.gradle file:

implementation 'org.apache.shenyu:shenyu-admin:2.6.0'

Gradle Kotlin DSL: Add the following org.apache.shenyu : shenyu-admin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.shenyu:shenyu-admin:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.shenyu : shenyu-admin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.shenyu" % "shenyu-admin" % "2.6.0"

Advertisement