a

accepts

HTTP request helpers for Accept header bodies to assist in return content-type negotiation.
http://github.com/matttproud/java_accepts
The Apache Software License, Version 2.0
Matt T. Proud
Files download
File Operation
accepts-0.0.2.jar download
accepts-0.0.2.pom download
accepts-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.matttproud.accepts</groupId>
  <artifactId>accepts</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.matttproud.accepts:accepts:0.0.2'
Gradle Kotlin
implementation("com.matttproud.accepts:accepts:0.0.2")
Scala SBT
libraryDependencies += "com.matttproud.accepts" % "accepts" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.matttproud.accepts', module='accepts', version='0.0.2')
)
Apache Ivy
<dependency org="com.matttproud.accepts" name="accepts" rev="0.0.2" />
Leiningen
[com.matttproud.accepts/accepts "0.0.2"]
Apache Buildr
'com.matttproud.accepts:accepts:jar:0.0.2'