is not current version
Last Version 3.1.5

org.springdoc:gateway-service 3.1.4


GroupId

GroupId

org.springdoc
ArtifactId

ArtifactId

gateway-service
Version

Version

3.1.4
Type

Type

jar

Download gateway-service 3.1.4


<!-- https://jarcasting.com/artifacts/org.springdoc/gateway-service/ -->
<dependency>
    <groupId>org.springdoc</groupId>
    <artifactId>gateway-service</artifactId>
    <version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/gateway-service/
implementation 'org.springdoc:gateway-service:3.1.4'
// https://jarcasting.com/artifacts/org.springdoc/gateway-service/
implementation ("org.springdoc:gateway-service:3.1.4")
'org.springdoc:gateway-service:jar:3.1.4'
<dependency org="org.springdoc" name="gateway-service" rev="3.1.4">
  <artifact name="gateway-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='gateway-service', version='3.1.4')
)
libraryDependencies += "org.springdoc" % "gateway-service" % "3.1.4"
[org.springdoc/gateway-service "3.1.4"]