License |
License |
---|---|
Categories |
CategoriesCLI User Interface Axon Application Layer Libs Distributed Applications |
GroupId | GroupIdorg.expath.http.client |
ArtifactId | ArtifactIdhttp-client-saxon |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEXPath HTTP Client Saxon Implementation
Implementation of HTTP Client module for Saxon
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
http-client-saxon-1.4.1.pom | |
http-client-saxon-1.4.1.jar | 9 KB |
http-client-saxon-1.4.1-sources.jar | 7 KB |
http-client-saxon-1.4.1-javadoc.jar | 37 KB |
Browse |
<!-- 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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-saxon/
implementation 'org.expath.http.client:http-client-saxon:1.4.1'
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-saxon/
implementation ("org.expath.http.client:http-client-saxon:1.4.1")
'org.expath.http.client:http-client-saxon:jar:1.4.1'
<dependency org="org.expath.http.client" name="http-client-saxon" rev="1.4.1">
<artifact name="http-client-saxon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.expath.http.client', module='http-client-saxon', version='1.4.1')
)
libraryDependencies += "org.expath.http.client" % "http-client-saxon" % "1.4.1"
[org.expath.http.client/http-client-saxon "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.expath.tools : tools-java | jar | 0.7.0 |
org.expath.tools : tools-saxon | jar | 0.7.1 |
org.expath.http.client : http-client-java | jar | 1.4.1 |
org.expath.packaging : pkg-saxon | jar | 1.6.1 |
net.sf.saxon : Saxon-HE | jar | 10.3 |
org.apache.httpcomponents : httpcore | jar | 4.4.14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |