Categories |
CategoriesScaleCube Services Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdio.scalecube |
ArtifactId | ArtifactIdscalecube-services-gateway-common |
Version | Version2.4.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.scalecube/scalecube-services-gateway-common/ -->
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-services-gateway-common</artifactId>
<version>2.4.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.scalecube/scalecube-services-gateway-common/
implementation 'io.scalecube:scalecube-services-gateway-common:2.4.10'
// https://jarcasting.com/artifacts/io.scalecube/scalecube-services-gateway-common/
implementation ("io.scalecube:scalecube-services-gateway-common:2.4.10")
'io.scalecube:scalecube-services-gateway-common:jar:2.4.10'
<dependency org="io.scalecube" name="scalecube-services-gateway-common" rev="2.4.10">
<artifact name="scalecube-services-gateway-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.scalecube', module='scalecube-services-gateway-common', version='2.4.10')
)
libraryDependencies += "io.scalecube" % "scalecube-services-gateway-common" % "2.4.10"
[io.scalecube/scalecube-services-gateway-common "2.4.10"]