License |
License |
---|---|
GroupId | GroupIdcom.github.amr |
ArtifactId | ArtifactIdmimetypes |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptionmimetypes
Java (JVM) lookup table for standard mime types and their extensions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mimetypes-0.0.3.pom | |
mimetypes-0.0.3.jar | 19 KB |
mimetypes-0.0.3-sources.jar | 16 KB |
mimetypes-0.0.3-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.amr/mimetypes/ -->
<dependency>
<groupId>com.github.amr</groupId>
<artifactId>mimetypes</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.amr/mimetypes/
implementation 'com.github.amr:mimetypes:0.0.3'
// https://jarcasting.com/artifacts/com.github.amr/mimetypes/
implementation ("com.github.amr:mimetypes:0.0.3")
'com.github.amr:mimetypes:jar:0.0.3'
<dependency org="com.github.amr" name="mimetypes" rev="0.0.3">
<artifact name="mimetypes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.amr', module='mimetypes', version='0.0.3')
)
libraryDependencies += "com.github.amr" % "mimetypes" % "0.0.3"
[com.github.amr/mimetypes "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |