h

http

LogDistiller HTTP servers' LogTypes.
Files download
File Operation
http-1.0.jar download
http-1.0.pom download
http-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.logdistiller.logtypes</groupId>
  <artifactId>http</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.logdistiller.logtypes:http:1.0'
Gradle Kotlin
implementation("net.sf.logdistiller.logtypes:http:1.0")
Scala SBT
libraryDependencies += "net.sf.logdistiller.logtypes" % "http" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.logdistiller.logtypes', module='http', version='1.0')
)
Apache Ivy
<dependency org="net.sf.logdistiller.logtypes" name="http" rev="1.0" />
Leiningen
[net.sf.logdistiller.logtypes/http "1.0"]
Apache Buildr
'net.sf.logdistiller.logtypes:http:jar:1.0'