| GroupId | GroupIdza.co.absa.spline |
|---|---|
| ArtifactId | ArtifactIdrest-gateway |
| Version | Version0.7.3 |
| Type | Typewar |
| Filename | Size |
|---|---|
| rest-gateway-0.7.3.pom | |
| rest-gateway-0.7.3.war | 69 MB |
| rest-gateway-0.7.3-sources.jar | 7 KB |
| rest-gateway-0.7.3-javadoc.jar | 1 MB |
| rest-gateway-0.7.3-docker-info.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/za.co.absa.spline/rest-gateway/ -->
<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>rest-gateway</artifactId>
<version>0.7.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/za.co.absa.spline/rest-gateway/
implementation 'za.co.absa.spline:rest-gateway:0.7.3'
// https://jarcasting.com/artifacts/za.co.absa.spline/rest-gateway/
implementation ("za.co.absa.spline:rest-gateway:0.7.3")
'za.co.absa.spline:rest-gateway:war:0.7.3'
<dependency org="za.co.absa.spline" name="rest-gateway" rev="0.7.3">
<artifact name="rest-gateway" type="war" />
</dependency>
@Grapes(
@Grab(group='za.co.absa.spline', module='rest-gateway', version='0.7.3')
)
libraryDependencies += "za.co.absa.spline" % "rest-gateway" % "0.7.3"
[za.co.absa.spline/rest-gateway "0.7.3"]