<dependency> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-client</artifactId> <version>2.4.0</version> <type>pom</type> </dependency>
implementation 'org.apache.shenyu:shenyu-client:2.4.0'
implementation("org.apache.shenyu:shenyu-client:2.4.0")
libraryDependencies += "org.apache.shenyu" % "shenyu-client" % "2.4.0"
@Grapes( @Grab(group='org.apache.shenyu', module='shenyu-client', version='2.4.0') )
<dependency org="org.apache.shenyu" name="shenyu-client" rev="2.4.0" />
[org.apache.shenyu/shenyu-client "2.4.0"]
'org.apache.shenyu:shenyu-client:jar:2.4.0'
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu</artifactId> <version>2.4.0</version> </parent>
compile
|-- com.squareup.okhttp3:okhttp
|-- com.google.code.gson:gson
test
|-- org.springframework:spring-test