GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdhandler-router |
Version | Version2.7.4.1 |
Type | Typejar |
Filename | Size |
---|---|
handler-router-2.7.4.1.pom | |
handler-router-2.7.4.1.jar | 21 KB |
handler-router-2.7.4.1-sources.jar | 18 KB |
handler-router-2.7.4.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/handler-router/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>handler-router</artifactId>
<version>2.7.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/handler-router/
implementation 'org.apache.servicecomb:handler-router:2.7.4.1'
// https://jarcasting.com/artifacts/org.apache.servicecomb/handler-router/
implementation ("org.apache.servicecomb:handler-router:2.7.4.1")
'org.apache.servicecomb:handler-router:jar:2.7.4.1'
<dependency org="org.apache.servicecomb" name="handler-router" rev="2.7.4.1">
<artifact name="handler-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='handler-router', version='2.7.4.1')
)
libraryDependencies += "org.apache.servicecomb" % "handler-router" % "2.7.4.1"
[org.apache.servicecomb/handler-router "2.7.4.1"]