h

http-server

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