GroupId | GroupIdcom.github.amr |
---|---|
ArtifactId | ArtifactIdmimetypes |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
mimetypes-0.0.2.pom | |
mimetypes-0.0.2.jar | 19 KB |
mimetypes-0.0.2-sources.jar | 16 KB |
mimetypes-0.0.2-javadoc.jar | 30 KB |
Browse |
<!-- 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"]