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