MVN

com.matttproud.accepts : accepts

Maven & Gradle

Jul 24, 2013
1 usages
0 stars

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

<dependency>
    <groupId>com.matttproud.accepts</groupId>
    <artifactId>accepts</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.matttproud.accepts : accepts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.matttproud.accepts : accepts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
accepts-0.0.2
accepts-0.0.1

How to add a dependency to Maven

Add the following com.matttproud.accepts : accepts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.matttproud.accepts</groupId>
    <artifactId>accepts</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.matttproud.accepts : accepts gradle dependency to your build.gradle file:

implementation 'com.matttproud.accepts:accepts:0.0.2'

Gradle Kotlin DSL: Add the following com.matttproud.accepts : accepts gradle kotlin dependency to your build.gradle.kts file:

implementation("com.matttproud.accepts:accepts:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.matttproud.accepts : accepts sbt scala dependency to your build.sbt file:

libraryDependencies += "com.matttproud.accepts" % "accepts" % "0.0.2"

Advertisement