Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.buoyant |
ArtifactId | ArtifactIdfinagle-buoyant_2.12 |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
finagle-buoyant_2.12-1.5.0.pom | |
finagle-buoyant_2.12-1.5.0.jar | 76 KB |
finagle-buoyant_2.12-1.5.0-sources.jar | 8 KB |
finagle-buoyant_2.12-1.5.0-javadoc.jar | 684 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.buoyant/finagle-buoyant_2.12/
implementation 'io.buoyant:finagle-buoyant_2.12:1.5.0'
// https://jarcasting.com/artifacts/io.buoyant/finagle-buoyant_2.12/
implementation ("io.buoyant:finagle-buoyant_2.12:1.5.0")
'io.buoyant:finagle-buoyant_2.12:jar:1.5.0'
<dependency org="io.buoyant" name="finagle-buoyant_2.12" rev="1.5.0">
<artifact name="finagle-buoyant_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.buoyant', module='finagle-buoyant_2.12', version='1.5.0')
)
libraryDependencies += "io.buoyant" % "finagle-buoyant_2.12" % "1.5.0"
[io.buoyant/finagle-buoyant_2.12 "1.5.0"]