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