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