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