Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.buoyant |
ArtifactId | ArtifactIdfinagle-buoyant_2.12 |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
finagle-buoyant_2.12-1.3.7.pom | |
finagle-buoyant_2.12-1.3.7.jar | 61 KB |
finagle-buoyant_2.12-1.3.7-sources.jar | 7 KB |
finagle-buoyant_2.12-1.3.7-javadoc.jar | 675 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.buoyant/finagle-buoyant_2.12/ -->
<dependency>
<groupId>io.buoyant</groupId>
<artifactId>finagle-buoyant_2.12</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.buoyant/finagle-buoyant_2.12/
implementation 'io.buoyant:finagle-buoyant_2.12:1.3.7'
// https://jarcasting.com/artifacts/io.buoyant/finagle-buoyant_2.12/
implementation ("io.buoyant:finagle-buoyant_2.12:1.3.7")
'io.buoyant:finagle-buoyant_2.12:jar:1.3.7'
<dependency org="io.buoyant" name="finagle-buoyant_2.12" rev="1.3.7">
<artifact name="finagle-buoyant_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.buoyant', module='finagle-buoyant_2.12', version='1.3.7')
)
libraryDependencies += "io.buoyant" % "finagle-buoyant_2.12" % "1.3.7"
[io.buoyant/finagle-buoyant_2.12 "1.3.7"]