GroupId | GroupIdcom.microsoft.thrifty |
---|---|
ArtifactId | ArtifactIdthrifty-compiler |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
thrifty-compiler-0.2.2.pom | |
thrifty-compiler-0.2.2.jar | 4 MB |
thrifty-compiler-0.2.2-sources.jar | 3 KB |
thrifty-compiler-0.2.2-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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-compiler/
implementation 'com.microsoft.thrifty:thrifty-compiler:0.2.2'
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-compiler/
implementation ("com.microsoft.thrifty:thrifty-compiler:0.2.2")
'com.microsoft.thrifty:thrifty-compiler:jar:0.2.2'
<dependency org="com.microsoft.thrifty" name="thrifty-compiler" rev="0.2.2">
<artifact name="thrifty-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.thrifty', module='thrifty-compiler', version='0.2.2')
)
libraryDependencies += "com.microsoft.thrifty" % "thrifty-compiler" % "0.2.2"
[com.microsoft.thrifty/thrifty-compiler "0.2.2"]