GroupId | GroupIdio.servicecomb |
---|---|
ArtifactId | ArtifactIdtransport-highway |
Version | Version0.1.0-m2 |
Type | Typejar |
Filename | Size |
---|---|
transport-highway-0.1.0-m2.pom | |
transport-highway-0.1.0-m2.jar | 30 KB |
transport-highway-0.1.0-m2-sources.jar | 22 KB |
transport-highway-0.1.0-m2-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.servicecomb/transport-highway/ -->
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>transport-highway</artifactId>
<version>0.1.0-m2</version>
</dependency>
// https://jarcasting.com/artifacts/io.servicecomb/transport-highway/
implementation 'io.servicecomb:transport-highway:0.1.0-m2'
// https://jarcasting.com/artifacts/io.servicecomb/transport-highway/
implementation ("io.servicecomb:transport-highway:0.1.0-m2")
'io.servicecomb:transport-highway:jar:0.1.0-m2'
<dependency org="io.servicecomb" name="transport-highway" rev="0.1.0-m2">
<artifact name="transport-highway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.servicecomb', module='transport-highway', version='0.1.0-m2')
)
libraryDependencies += "io.servicecomb" % "transport-highway" % "0.1.0-m2"
[io.servicecomb/transport-highway "0.1.0-m2"]