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