GroupId | GroupIdcom.github.finagle |
---|---|
ArtifactId | ArtifactIdfinchx-refined_2.12 |
Version | Version0.26.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.finagle/finchx-refined_2.12/ -->
<dependency>
<groupId>com.github.finagle</groupId>
<artifactId>finchx-refined_2.12</artifactId>
<version>0.26.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.finagle/finchx-refined_2.12/
implementation 'com.github.finagle:finchx-refined_2.12:0.26.1'
// https://jarcasting.com/artifacts/com.github.finagle/finchx-refined_2.12/
implementation ("com.github.finagle:finchx-refined_2.12:0.26.1")
'com.github.finagle:finchx-refined_2.12:jar:0.26.1'
<dependency org="com.github.finagle" name="finchx-refined_2.12" rev="0.26.1">
<artifact name="finchx-refined_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.finagle', module='finchx-refined_2.12', version='0.26.1')
)
libraryDependencies += "com.github.finagle" % "finchx-refined_2.12" % "0.26.1"
[com.github.finagle/finchx-refined_2.12 "0.26.1"]