s

saxon-ext-httpclient

EXPath - HTTP Client implementation for the Saxon XSLT processor
https://github.com/Armatiek/saxon-extensions
文件下载
文件名 操作
saxon-ext-httpclient-1.4.jar 下载
saxon-ext-httpclient-1.4.pom 下载
saxon-ext-httpclient-1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nl.armatiek.saxon</groupId>
  <artifactId>saxon-ext-httpclient</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'nl.armatiek.saxon:saxon-ext-httpclient:1.4'
Gradle Kotlin
implementation("nl.armatiek.saxon:saxon-ext-httpclient:1.4")
Scala SBT
libraryDependencies += "nl.armatiek.saxon" % "saxon-ext-httpclient" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='nl.armatiek.saxon', module='saxon-ext-httpclient', version='1.4')
)
Apache Ivy
<dependency org="nl.armatiek.saxon" name="saxon-ext-httpclient" rev="1.4" />
Leiningen
[nl.armatiek.saxon/saxon-ext-httpclient "1.4"]
Apache Buildr
'nl.armatiek.saxon:saxon-ext-httpclient:jar:1.4'