License |
License |
---|---|
GroupId | GroupIdcom.bendb.thrifty |
ArtifactId | ArtifactIdthrifty-runtime |
Version | Version0.1.4 |
Type | Typejar |
Description |
Descriptionthrifty-runtime
Provides a minimal Thrift runtime to support classes generated by Thrifty
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
thrifty-runtime-0.1.4.pom | |
thrifty-runtime-0.1.4.jar | 45 KB |
thrifty-runtime-0.1.4-sources.jar | 32 KB |
thrifty-runtime-0.1.4-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-runtime/ -->
<dependency>
<groupId>com.bendb.thrifty</groupId>
<artifactId>thrifty-runtime</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-runtime/
implementation 'com.bendb.thrifty:thrifty-runtime:0.1.4'
// https://jarcasting.com/artifacts/com.bendb.thrifty/thrifty-runtime/
implementation ("com.bendb.thrifty:thrifty-runtime:0.1.4")
'com.bendb.thrifty:thrifty-runtime:jar:0.1.4'
<dependency org="com.bendb.thrifty" name="thrifty-runtime" rev="0.1.4">
<artifact name="thrifty-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.thrifty', module='thrifty-runtime', version='0.1.4')
)
libraryDependencies += "com.bendb.thrifty" % "thrifty-runtime" % "0.1.4"
[com.bendb.thrifty/thrifty-runtime "0.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okio : okio | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
com.bendb.thrifty : thrifty-compiler | jar | 0.1.4 |