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