Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.outworkers |
ArtifactId | ArtifactIdphantom-finagle_2.13 |
Version | Version2.56.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.outworkers/phantom-finagle_2.13/ -->
<dependency>
<groupId>com.outworkers</groupId>
<artifactId>phantom-finagle_2.13</artifactId>
<version>2.56.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.outworkers/phantom-finagle_2.13/
implementation 'com.outworkers:phantom-finagle_2.13:2.56.0'
// https://jarcasting.com/artifacts/com.outworkers/phantom-finagle_2.13/
implementation ("com.outworkers:phantom-finagle_2.13:2.56.0")
'com.outworkers:phantom-finagle_2.13:jar:2.56.0'
<dependency org="com.outworkers" name="phantom-finagle_2.13" rev="2.56.0">
<artifact name="phantom-finagle_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outworkers', module='phantom-finagle_2.13', version='2.56.0')
)
libraryDependencies += "com.outworkers" % "phantom-finagle_2.13" % "2.56.0"
[com.outworkers/phantom-finagle_2.13 "2.56.0"]