<dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>0.7.0</version> <type>pom</type> </dependency>
implementation 'org.apache.thrift:libthrift:0.7.0'
implementation("org.apache.thrift:libthrift:0.7.0")
libraryDependencies += "org.apache.thrift" % "libthrift" % "0.7.0"
@Grapes( @Grab(group='org.apache.thrift', module='libthrift', version='0.7.0') )
<dependency org="org.apache.thrift" name="libthrift" rev="0.7.0" />
[org.apache.thrift/libthrift "0.7.0"]
'org.apache.thrift:libthrift:jar:0.7.0'
compile
|-- org.slf4j:slf4j-api:1.5.8
|-- commons-lang:commons-lang:2.5
|-- javax.servlet:servlet-api:2.5
|-- org.apache.httpcomponents:httpclient:4.0.1