is not current version
Last Version 0.0.2

com.matttproud.accepts:accepts 0.0.1

HTTP request helpers for Accept header bodies to assist in return content-type negotiation.

GroupId

GroupId

com.matttproud.accepts
ArtifactId

ArtifactId

accepts
Version

Version

0.0.1
Type

Type

jar

Download accepts 0.0.1


<!-- https://jarcasting.com/artifacts/com.matttproud.accepts/accepts/ -->
<dependency>
    <groupId>com.matttproud.accepts</groupId>
    <artifactId>accepts</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.matttproud.accepts/accepts/
implementation 'com.matttproud.accepts:accepts:0.0.1'
// https://jarcasting.com/artifacts/com.matttproud.accepts/accepts/
implementation ("com.matttproud.accepts:accepts:0.0.1")
'com.matttproud.accepts:accepts:jar:0.0.1'
<dependency org="com.matttproud.accepts" name="accepts" rev="0.0.1">
  <artifact name="accepts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.matttproud.accepts', module='accepts', version='0.0.1')
)
libraryDependencies += "com.matttproud.accepts" % "accepts" % "0.0.1"
[com.matttproud.accepts/accepts "0.0.1"]