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