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