<dependency> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-common</artifactId> <version>2.4.3</version> </dependency>
implementation 'org.apache.shenyu:shenyu-common:2.4.3'
implementation("org.apache.shenyu:shenyu-common:2.4.3")
libraryDependencies += "org.apache.shenyu" % "shenyu-common" % "2.4.3"
@Grapes( @Grab(group='org.apache.shenyu', module='shenyu-common', version='2.4.3') )
<dependency org="org.apache.shenyu" name="shenyu-common" rev="2.4.3" />
[org.apache.shenyu/shenyu-common "2.4.3"]
'org.apache.shenyu:shenyu-common:jar:2.4.3'
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu</artifactId> <version>2.4.3</version> </parent>
compile
|-- com.google.code.gson:gson
|-- org.apache.commons:commons-lang3
|-- org.springframework.boot:spring-boot-starter-json
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.apache.commons:commons-collections4