License |
License |
---|---|
GroupId | GroupIdorg.thriftee |
ArtifactId | ArtifactIdthriftee-compiler |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthriftee-compiler
Pure Java implementation of the Apache Thrift compiler.
|
Filename | Size |
---|---|
thriftee-compiler-0.5.0.pom | |
thriftee-compiler-0.5.0.jar | 6 MB |
thriftee-compiler-0.5.0-sources.jar | 62 KB |
thriftee-compiler-0.5.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.thriftee/thriftee-compiler/ -->
<dependency>
<groupId>org.thriftee</groupId>
<artifactId>thriftee-compiler</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.thriftee/thriftee-compiler/
implementation 'org.thriftee:thriftee-compiler:0.5.0'
// https://jarcasting.com/artifacts/org.thriftee/thriftee-compiler/
implementation ("org.thriftee:thriftee-compiler:0.5.0")
'org.thriftee:thriftee-compiler:jar:0.5.0'
<dependency org="org.thriftee" name="thriftee-compiler" rev="0.5.0">
<artifact name="thriftee-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thriftee', module='thriftee-compiler', version='0.5.0')
)
libraryDependencies += "org.thriftee" % "thriftee-compiler" % "0.5.0"
[org.thriftee/thriftee-compiler "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.thrift : libthrift | jar | 0.9.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |