GroupId | GroupIdio.scalecube |
---|---|
ArtifactId | ArtifactIdscalecube-gateway-http |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
scalecube-gateway-http-2.0.2.pom | |
scalecube-gateway-http-2.0.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.scalecube/scalecube-gateway-http/ -->
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-gateway-http</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.scalecube/scalecube-gateway-http/
implementation 'io.scalecube:scalecube-gateway-http:2.0.2'
// https://jarcasting.com/artifacts/io.scalecube/scalecube-gateway-http/
implementation ("io.scalecube:scalecube-gateway-http:2.0.2")
'io.scalecube:scalecube-gateway-http:jar:2.0.2'
<dependency org="io.scalecube" name="scalecube-gateway-http" rev="2.0.2">
<artifact name="scalecube-gateway-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.scalecube', module='scalecube-gateway-http', version='2.0.2')
)
libraryDependencies += "io.scalecube" % "scalecube-gateway-http" % "2.0.2"
[io.scalecube/scalecube-gateway-http "2.0.2"]