is not current version
Last Version 0.2.8

com.mattunderscore:content-negotiation 0.0.13

Web server utilities for JEE, servlet containers, etc. Provides boilerplate and content negotiation

GroupId

GroupId

com.mattunderscore
ArtifactId

ArtifactId

content-negotiation
Version

Version

0.0.13
Type

Type

jar

Download content-negotiation 0.0.13


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