GroupId | GroupIdcom.zarinpal |
---|---|
ArtifactId | ArtifactIdmpg |
Version | Version0.3.7 |
Type | Typeaar |
Filename | Size |
---|---|
mpg-0.3.7.pom | |
mpg-0.3.7-sources.jar | 34 KB |
mpg-0.3.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.zarinpal/mpg/ -->
<dependency>
<groupId>com.zarinpal</groupId>
<artifactId>mpg</artifactId>
<version>0.3.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zarinpal/mpg/
implementation 'com.zarinpal:mpg:0.3.7'
// https://jarcasting.com/artifacts/com.zarinpal/mpg/
implementation ("com.zarinpal:mpg:0.3.7")
'com.zarinpal:mpg:aar:0.3.7'
<dependency org="com.zarinpal" name="mpg" rev="0.3.7">
<artifact name="mpg" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zarinpal', module='mpg', version='0.3.7')
)
libraryDependencies += "com.zarinpal" % "mpg" % "0.3.7"
[com.zarinpal/mpg "0.3.7"]