h

http-server

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