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