is not current version
Last Version 2.2

com.nimbusds:content-type 2.0

Java library for Content (Media) Type representation

GroupId

GroupId

com.nimbusds
ArtifactId

ArtifactId

content-type
Version

Version

2.0
Type

Type

jar

Download content-type 2.0


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