GroupId | GroupIdcom.github.finagle |
---|---|
ArtifactId | ArtifactIdfinch-core_2.12 |
Version | Version0.17.0 |
Type | Typejar |
Filename | Size |
---|---|
finch-core_2.12-0.17.0.pom | |
finch-core_2.12-0.17.0.jar | 428 KB |
finch-core_2.12-0.17.0-sources.jar | 36 KB |
finch-core_2.12-0.17.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.finagle/finch-core_2.12/ -->
<dependency>
<groupId>com.github.finagle</groupId>
<artifactId>finch-core_2.12</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.finagle/finch-core_2.12/
implementation 'com.github.finagle:finch-core_2.12:0.17.0'
// https://jarcasting.com/artifacts/com.github.finagle/finch-core_2.12/
implementation ("com.github.finagle:finch-core_2.12:0.17.0")
'com.github.finagle:finch-core_2.12:jar:0.17.0'
<dependency org="com.github.finagle" name="finch-core_2.12" rev="0.17.0">
<artifact name="finch-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.finagle', module='finch-core_2.12', version='0.17.0')
)
libraryDependencies += "com.github.finagle" % "finch-core_2.12" % "0.17.0"
[com.github.finagle/finch-core_2.12 "0.17.0"]