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