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