h

http-server

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