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