| Категории |
КатегорииCLI Взаимодействие с пользователем Axon Библиотеки уровня приложения Distributed Applications |
|---|---|
| Группа | Группаorg.expath.http.client |
| Идентификатор | Идентификаторhttp-client-saxon |
| Версия | Версия1.2.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| http-client-saxon-1.2.2.pom | |
| http-client-saxon-1.2.2.jar | 9 KB |
| http-client-saxon-1.2.2-sources.jar | 7 KB |
| http-client-saxon-1.2.2-javadoc.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.expath.http.client/http-client-saxon/ -->
<dependency>
<groupId>org.expath.http.client</groupId>
<artifactId>http-client-saxon</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-saxon/
implementation 'org.expath.http.client:http-client-saxon:1.2.2'
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-saxon/
implementation ("org.expath.http.client:http-client-saxon:1.2.2")
'org.expath.http.client:http-client-saxon:jar:1.2.2'
<dependency org="org.expath.http.client" name="http-client-saxon" rev="1.2.2">
<artifact name="http-client-saxon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.expath.http.client', module='http-client-saxon', version='1.2.2')
)
libraryDependencies += "org.expath.http.client" % "http-client-saxon" % "1.2.2"
[org.expath.http.client/http-client-saxon "1.2.2"]