Categories |
CategoriesCLI User Interface Axon Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdorg.expath.http.client |
ArtifactId | ArtifactIdhttp-client-saxon |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
http-client-saxon-1.2.1.pom | |
http-client-saxon-1.2.1.jar | 9 KB |
http-client-saxon-1.2.1-sources.jar | 7 KB |
http-client-saxon-1.2.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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-saxon/
implementation 'org.expath.http.client:http-client-saxon:1.2.1'
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-saxon/
implementation ("org.expath.http.client:http-client-saxon:1.2.1")
'org.expath.http.client:http-client-saxon:jar:1.2.1'
<dependency org="org.expath.http.client" name="http-client-saxon" rev="1.2.1">
<artifact name="http-client-saxon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.expath.http.client', module='http-client-saxon', version='1.2.1')
)
libraryDependencies += "org.expath.http.client" % "http-client-saxon" % "1.2.1"
[org.expath.http.client/http-client-saxon "1.2.1"]