File | Operation |
---|---|
shenyu-spring-boot-starter-client-2.5.1.pom | download |
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client</artifactId>
<version>2.5.1</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.apache.shenyu" % "shenyu-spring-boot-starter-client" % "2.5.1"
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-spring-boot-starter-client', version='2.5.1')
)
<dependency org="org.apache.shenyu" name="shenyu-spring-boot-starter-client" rev="2.5.1" />
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-spring-boot-starter</artifactId> <version>2.5.1</version> </parent>