| Группа | Группаza.co.absa.spline |
|---|---|
| Идентификатор | Идентификаторrest-gateway |
| Версия | Версия0.4.2 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| rest-gateway-0.4.2.pom | |
| rest-gateway-0.4.2.war | 56 MB |
| rest-gateway-0.4.2-sources.jar | 7 KB |
| rest-gateway-0.4.2-javadoc.jar | 360 KB |
| rest-gateway-0.4.2-docker-info.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/za.co.absa.spline/rest-gateway/ -->
<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>rest-gateway</artifactId>
<version>0.4.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/za.co.absa.spline/rest-gateway/
implementation 'za.co.absa.spline:rest-gateway:0.4.2'
// https://jarcasting.com/artifacts/za.co.absa.spline/rest-gateway/
implementation ("za.co.absa.spline:rest-gateway:0.4.2")
'za.co.absa.spline:rest-gateway:war:0.4.2'
<dependency org="za.co.absa.spline" name="rest-gateway" rev="0.4.2">
<artifact name="rest-gateway" type="war" />
</dependency>
@Grapes(
@Grab(group='za.co.absa.spline', module='rest-gateway', version='0.4.2')
)
libraryDependencies += "za.co.absa.spline" % "rest-gateway" % "0.4.2"
[za.co.absa.spline/rest-gateway "0.4.2"]