c

commons-jelly-tags-http

These are simple Jelly tags that can perform HTTP requests.
Files download
File Operation
commons-jelly-tags-http-20040902.072620.jar download
commons-jelly-tags-http-20040902.072620.pom download
Apache Maven
<dependency>
  <groupId>commons-jelly</groupId>
  <artifactId>commons-jelly-tags-http</artifactId>
  <version>20040902.072620</version>
</dependency>
Gradle Groovy
implementation 'commons-jelly:commons-jelly-tags-http:20040902.072620'
Gradle Kotlin
implementation("commons-jelly:commons-jelly-tags-http:20040902.072620")
Scala SBT
libraryDependencies += "commons-jelly" % "commons-jelly-tags-http" % "20040902.072620"
Groovy Grape
@Grapes(
  @Grab(group='commons-jelly', module='commons-jelly-tags-http', version='20040902.072620')
)
Apache Ivy
<dependency org="commons-jelly" name="commons-jelly-tags-http" rev="20040902.072620" />
Leiningen
[commons-jelly/commons-jelly-tags-http "20040902.072620"]
Apache Buildr
'commons-jelly:commons-jelly-tags-http:jar:20040902.072620'