| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuasar Библиотеки уровня приложения Distributed Applications |
| Группа | Группаcom.pinterest |
| Идентификатор | Идентификаторquasar-thrift |
| Версия | Версия0.3 |
| Тип | Типjar |
| Описание |
Описаниеquasar-thrift
Thrift integration with the Quasar libraries
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| quasar-thrift-0.3.pom | |
| quasar-thrift-0.3.jar | 13 KB |
| quasar-thrift-0.3-sources.jar | 10 KB |
| quasar-thrift-0.3-javadoc.jar | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pinterest/quasar-thrift/ -->
<dependency>
<groupId>com.pinterest</groupId>
<artifactId>quasar-thrift</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pinterest/quasar-thrift/
implementation 'com.pinterest:quasar-thrift:0.3'
// https://jarcasting.com/artifacts/com.pinterest/quasar-thrift/
implementation ("com.pinterest:quasar-thrift:0.3")
'com.pinterest:quasar-thrift:jar:0.3'
<dependency org="com.pinterest" name="quasar-thrift" rev="0.3">
<artifact name="quasar-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pinterest', module='quasar-thrift', version='0.3')
)
libraryDependencies += "com.pinterest" % "quasar-thrift" % "0.3"
[com.pinterest/quasar-thrift "0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| co.paralleluniverse : quasar-core | jar | 0.7.0 |
| org.apache.thrift : libthrift | jar | 0.9.1 |