h

http-server-api

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