GroupId | GroupIdorg.thriftee |
---|---|
ArtifactId | ArtifactIdthrift-compiler |
Last Version | Last Version0.10.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthrift-compiler
Repackaged version of the Apache Thrift compiler.
|
Filename | Size |
---|---|
thrift-compiler-0.10.0.0.pom | |
thrift-compiler-0.10.0.0.jar | 7 MB |
thrift-compiler-0.10.0.0-sources.jar | 69 KB |
thrift-compiler-0.10.0.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.thriftee/thrift-compiler/ -->
<dependency>
<groupId>org.thriftee</groupId>
<artifactId>thrift-compiler</artifactId>
<version>0.10.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.thriftee/thrift-compiler/
implementation 'org.thriftee:thrift-compiler:0.10.0.0'
// https://jarcasting.com/artifacts/org.thriftee/thrift-compiler/
implementation ("org.thriftee:thrift-compiler:0.10.0.0")
'org.thriftee:thrift-compiler:jar:0.10.0.0'
<dependency org="org.thriftee" name="thrift-compiler" rev="0.10.0.0">
<artifact name="thrift-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thriftee', module='thrift-compiler', version='0.10.0.0')
)
libraryDependencies += "org.thriftee" % "thrift-compiler" % "0.10.0.0"
[org.thriftee/thrift-compiler "0.10.0.0"]