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