GroupId | GroupIdorg.thriftee |
---|---|
ArtifactId | ArtifactIdthriftee-compiler |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
thriftee-compiler-0.4.0.pom | |
thriftee-compiler-0.4.0.jar | 6 MB |
thriftee-compiler-0.4.0-sources.jar | 62 KB |
thriftee-compiler-0.4.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.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"]