| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаcom.netflix.atlas |
| Идентификатор | Идентификаторatlas-webapi |
| Версия | Версия1.4.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| atlas-webapi-1.4.3.pom | |
| atlas-webapi-1.4.3.jar | 218 KB |
| atlas-webapi-1.4.3-sources.jar | 16 KB |
| atlas-webapi-1.4.3-javadoc.jar | 477 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.netflix.atlas/atlas-webapi/ -->
<dependency>
<groupId>com.netflix.atlas</groupId>
<artifactId>atlas-webapi</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.atlas/atlas-webapi/
implementation 'com.netflix.atlas:atlas-webapi:1.4.3'
// https://jarcasting.com/artifacts/com.netflix.atlas/atlas-webapi/
implementation ("com.netflix.atlas:atlas-webapi:1.4.3")
'com.netflix.atlas:atlas-webapi:jar:1.4.3'
<dependency org="com.netflix.atlas" name="atlas-webapi" rev="1.4.3">
<artifact name="atlas-webapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.atlas', module='atlas-webapi', version='1.4.3')
)
libraryDependencies += "com.netflix.atlas" % "atlas-webapi" % "1.4.3"
[com.netflix.atlas/atlas-webapi "1.4.3"]