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