| License |
License |
|---|---|
| GroupId | GroupIdcom.matttproud.accepts |
| ArtifactId | ArtifactIdaccepts |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHTTP Accept Header Helpers
HTTP request helpers for Accept header bodies to assist in
return content-type negotiation.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| accepts-0.0.2.pom | |
| accepts-0.0.2.jar | 6 KB |
| accepts-0.0.2-sources.jar | 4 KB |
| accepts-0.0.2-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.matttproud.accepts/accepts/ -->
<dependency>
<groupId>com.matttproud.accepts</groupId>
<artifactId>accepts</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.matttproud.accepts/accepts/
implementation 'com.matttproud.accepts:accepts:0.0.2'
// https://jarcasting.com/artifacts/com.matttproud.accepts/accepts/
implementation ("com.matttproud.accepts:accepts:0.0.2")
'com.matttproud.accepts:accepts:jar:0.0.2'
<dependency org="com.matttproud.accepts" name="accepts" rev="0.0.2">
<artifact name="accepts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.matttproud.accepts', module='accepts', version='0.0.2')
)
libraryDependencies += "com.matttproud.accepts" % "accepts" % "0.0.2"
[com.matttproud.accepts/accepts "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.jcip : jcip-annotations | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |