GroupId | GroupIdcom.mattunderscore |
---|---|
ArtifactId | ArtifactIdcontent-negotiation |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
content-negotiation-0.0.13.pom | |
content-negotiation-0.0.13.jar | 28 KB |
content-negotiation-0.0.13-sources.jar | 38 KB |
content-negotiation-0.0.13-javadoc.jar | 141 KB |
Browse |
<!-- 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"]