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