License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdcontent |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA handler that uses a default Content-Type header setting in the content.yml or the request Content-Type to return the data.
|
Filename | Size |
---|---|
content-2.1.1.pom | |
content-2.1.1.jar | 4 KB |
content-2.1.1-sources.jar | 4 KB |
content-2.1.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/content/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>content</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/content/
implementation 'com.networknt:content:2.1.1'
// https://jarcasting.com/artifacts/com.networknt/content/
implementation ("com.networknt:content:2.1.1")
'com.networknt:content:jar:2.1.1'
<dependency org="com.networknt" name="content" rev="2.1.1">
<artifact name="content" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='content', version='2.1.1')
)
libraryDependencies += "com.networknt" % "content" % "2.1.1"
[com.networknt/content "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.networknt : config | jar | 2.1.1 |
com.networknt : handler | jar | 2.1.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
org.slf4j : slf4j-api | jar | 1.7.32 |
io.undertow : undertow-core | jar | 2.2.14.Final |
Group / Artifact | Type | Version |
---|---|---|
com.networknt : client | jar | 2.1.1 |
ch.qos.logback : logback-classic | jar | 1.2.7 |
junit : junit | jar | 4.13.1 |