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