| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаcom.github.finagle |
| Идентификатор | Идентификаторfinch-playjson_2.12 |
| Версия | Версия0.16.0-M3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.finagle/finch-playjson_2.12/ -->
<dependency>
<groupId>com.github.finagle</groupId>
<artifactId>finch-playjson_2.12</artifactId>
<version>0.16.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.finagle/finch-playjson_2.12/
implementation 'com.github.finagle:finch-playjson_2.12:0.16.0-M3'
// https://jarcasting.com/artifacts/com.github.finagle/finch-playjson_2.12/
implementation ("com.github.finagle:finch-playjson_2.12:0.16.0-M3")
'com.github.finagle:finch-playjson_2.12:jar:0.16.0-M3'
<dependency org="com.github.finagle" name="finch-playjson_2.12" rev="0.16.0-M3">
<artifact name="finch-playjson_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.finagle', module='finch-playjson_2.12', version='0.16.0-M3')
)
libraryDependencies += "com.github.finagle" % "finch-playjson_2.12" % "0.16.0-M3"
[com.github.finagle/finch-playjson_2.12 "0.16.0-M3"]