h

http-entity

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