is not current version
Last Version 0.0.3

com.github.amr:mimetypes 0.0.2

Java (JVM) lookup table for standard mime types and their extensions

GroupId

GroupId

com.github.amr
ArtifactId

ArtifactId

mimetypes
Version

Version

0.0.2
Type

Type

jar

Download mimetypes 0.0.2


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