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