Download accepts-0.0.2.jar file - Jar a

Jar examples for a:accepts

Description

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

You can download jar file accepts 0.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add accepts-0.0.2.jar to your project.

<dependency>
   <groupId>com.matttproud.accepts</groupId>
   <artifactId>accepts</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.matttproud.accepts', name: 'accepts', version: '0.0.2'
libraryDependencies += "com.matttproud.accepts" % "accepts" % "0.0.2"
<dependency org="com.matttproud.accepts" name="accepts" rev="0.0.2"/>
@Grapes(@Grab(group='com.matttproud.accepts', module='accepts', version='0.0.2'))
'com.matttproud.accepts:accepts:jar:0.0.2'

Download

Click the following link to download the jar file.

accepts-0.0.2-javadoc.jar
accepts-0.0.2-sources.jar
accepts-0.0.2.jar
accepts-0.0.2.pom



Related Tutorials