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