h

http-entity

A module that contains all the HTTP objects extended from springframework.
Files download
File Operation
http-entity-2.0.27.jar download
http-entity-2.0.27.pom download
http-entity-2.0.27-sources.jar download
Apache Maven
<dependency>
  <groupId>com.networknt</groupId>
  <artifactId>http-entity</artifactId>
  <version>2.0.27</version>
</dependency>
Gradle Groovy
implementation 'com.networknt:http-entity:2.0.27'
Gradle Kotlin
implementation("com.networknt:http-entity:2.0.27")
Scala SBT
libraryDependencies += "com.networknt" % "http-entity" % "2.0.27"
Groovy Grape
@Grapes(
  @Grab(group='com.networknt', module='http-entity', version='2.0.27')
)
Apache Ivy
<dependency org="com.networknt" name="http-entity" rev="2.0.27" />
Leiningen
[com.networknt/http-entity "2.0.27"]
Apache Buildr
'com.networknt:http-entity:jar:2.0.27'