GroupId | GroupIdcom.github.finagle |
---|---|
ArtifactId | ArtifactIdfinch-core_2.12 |
Version | Version0.25.0 |
Type | Typejar |
Filename | Size |
---|---|
finch-core_2.12-0.25.0.pom | |
finch-core_2.12-0.25.0.jar | 457 KB |
finch-core_2.12-0.25.0-sources.jar | 39 KB |
finch-core_2.12-0.25.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.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.finagle/finch-core_2.12/
implementation 'com.github.finagle:finch-core_2.12:0.25.0'
// https://jarcasting.com/artifacts/com.github.finagle/finch-core_2.12/
implementation ("com.github.finagle:finch-core_2.12:0.25.0")
'com.github.finagle:finch-core_2.12:jar:0.25.0'
<dependency org="com.github.finagle" name="finch-core_2.12" rev="0.25.0">
<artifact name="finch-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.finagle', module='finch-core_2.12', version='0.25.0')
)
libraryDependencies += "com.github.finagle" % "finch-core_2.12" % "0.25.0"
[com.github.finagle/finch-core_2.12 "0.25.0"]