is not current version
Last Version 1.1.0

me.jvt.http:content-negotiation 0.1.0

A lightweight library for performing server-driven content negotiation

GroupId

GroupId

me.jvt.http
ArtifactId

ArtifactId

content-negotiation
Version

Version

0.1.0
Type

Type

jar

Download content-negotiation 0.1.0


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