c

claxon-http

Http Pull Endpoint
Files download
File Operation
claxon-http-5.5.0.jar download
claxon-http-5.5.0.pom download
claxon-http-5.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.smallmind</groupId>
  <artifactId>claxon-http</artifactId>
  <version>5.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.smallmind:claxon-http:5.5.0'
Gradle Kotlin
implementation("org.smallmind:claxon-http:5.5.0")
Scala SBT
libraryDependencies += "org.smallmind" % "claxon-http" % "5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.smallmind', module='claxon-http', version='5.5.0')
)
Apache Ivy
<dependency org="org.smallmind" name="claxon-http" rev="5.5.0" />
Leiningen
[org.smallmind/claxon-http "5.5.0"]
Apache Buildr
'org.smallmind:claxon-http:jar:5.5.0'