| Группа | Группаcom.github.finagle |
|---|---|
| Идентификатор | Идентификаторfinch-core_2.11 |
| Версия | Версия0.17.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| finch-core_2.11-0.17.0.pom | |
| finch-core_2.11-0.17.0.jar | 542 KB |
| finch-core_2.11-0.17.0-sources.jar | 36 KB |
| finch-core_2.11-0.17.0-javadoc.jar | 654 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.finagle/finch-core_2.11/ -->
<dependency>
<groupId>com.github.finagle</groupId>
<artifactId>finch-core_2.11</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.finagle/finch-core_2.11/
implementation 'com.github.finagle:finch-core_2.11:0.17.0'
// https://jarcasting.com/artifacts/com.github.finagle/finch-core_2.11/
implementation ("com.github.finagle:finch-core_2.11:0.17.0")
'com.github.finagle:finch-core_2.11:jar:0.17.0'
<dependency org="com.github.finagle" name="finch-core_2.11" rev="0.17.0">
<artifact name="finch-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.finagle', module='finch-core_2.11', version='0.17.0')
)
libraryDependencies += "com.github.finagle" % "finch-core_2.11" % "0.17.0"
[com.github.finagle/finch-core_2.11 "0.17.0"]