is not current version
Last Version 0.5.0

org.thriftee:thriftee-compiler 0.4.0

Pure Java implementation of the Apache Thrift compiler.

GroupId

GroupId

org.thriftee
ArtifactId

ArtifactId

thriftee-compiler
Version

Version

0.4.0
Type

Type

jar

Download thriftee-compiler 0.4.0


<!-- https://jarcasting.com/artifacts/org.thriftee/thriftee-compiler/ -->
<dependency>
    <groupId>org.thriftee</groupId>
    <artifactId>thriftee-compiler</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.thriftee/thriftee-compiler/
implementation 'org.thriftee:thriftee-compiler:0.4.0'
// https://jarcasting.com/artifacts/org.thriftee/thriftee-compiler/
implementation ("org.thriftee:thriftee-compiler:0.4.0")
'org.thriftee:thriftee-compiler:jar:0.4.0'
<dependency org="org.thriftee" name="thriftee-compiler" rev="0.4.0">
  <artifact name="thriftee-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thriftee', module='thriftee-compiler', version='0.4.0')
)
libraryDependencies += "org.thriftee" % "thriftee-compiler" % "0.4.0"
[org.thriftee/thriftee-compiler "0.4.0"]