| GroupId | GroupIdorg.springdoc |
|---|---|
| ArtifactId | ArtifactIdgateway-service |
| Version | Version3.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gateway-service-3.1.4.pom | |
| gateway-service-3.1.4.jar | 48 MB |
| gateway-service-3.1.4-sources.jar | 3 KB |
| gateway-service-3.1.4-javadoc.jar | 23 KB |
| Browse |
<!-- 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"]