| Группа | Группаorg.apache.thrift |
|---|---|
| Идентификатор | Идентификаторlibfb303 |
| Версия | Версия0.9.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| libfb303-0.9.2.pom | |
| libfb303-0.9.2.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.thrift/libfb303/ -->
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libfb303</artifactId>
<version>0.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.thrift/libfb303/
implementation 'org.apache.thrift:libfb303:0.9.2'
// https://jarcasting.com/artifacts/org.apache.thrift/libfb303/
implementation ("org.apache.thrift:libfb303:0.9.2")
'org.apache.thrift:libfb303:pom:0.9.2'
<dependency org="org.apache.thrift" name="libfb303" rev="0.9.2">
<artifact name="libfb303" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.thrift', module='libfb303', version='0.9.2')
)
libraryDependencies += "org.apache.thrift" % "libfb303" % "0.9.2"
[org.apache.thrift/libfb303 "0.9.2"]