GroupId | GroupIdcom.microsoft.thrifty |
---|---|
ArtifactId | ArtifactIdthrifty-compiler |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
thrifty-compiler-0.4.3.pom | |
thrifty-compiler-0.4.3.jar | 5 MB |
thrifty-compiler-0.4.3-sources.jar | 3 KB |
thrifty-compiler-0.4.3-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-compiler/ -->
<dependency>
<groupId>com.microsoft.thrifty</groupId>
<artifactId>thrifty-compiler</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-compiler/
implementation 'com.microsoft.thrifty:thrifty-compiler:0.4.3'
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-compiler/
implementation ("com.microsoft.thrifty:thrifty-compiler:0.4.3")
'com.microsoft.thrifty:thrifty-compiler:jar:0.4.3'
<dependency org="com.microsoft.thrifty" name="thrifty-compiler" rev="0.4.3">
<artifact name="thrifty-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.thrifty', module='thrifty-compiler', version='0.4.3')
)
libraryDependencies += "com.microsoft.thrifty" % "thrifty-compiler" % "0.4.3"
[com.microsoft.thrifty/thrifty-compiler "0.4.3"]