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